Question: solve using Matlab 5. (BONUS) Create the above vectors efficiently using vectorization (i.e. without loops). See if you can find more than 1 solution. (10
5. (BONUS) Create the above vectors efficiently using vectorization (i.e. without loops). See if you can find more than 1 solution. (10 pts) (a) A=[1,3,5,7,9,] up to n=10 terms. Modify your code to work for n=100. (b) B=[1,2,4,8,16,32,] up to n=10 terms. Modify your code to work for n=10p. (c) C=[1,0.1,0.01,0.001,0.0001,] up to n=10 terms. Modify your code to work for n=20. (d) D=[1,1,1,1,1,1,] up to n=10 terms. Modify your code to work for n=100. (e) E=[0,1/2,2/3,3/4,4/5,5/6,] up to n=10 terms. Modify your code to work for n=100
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
