Community Profile

photo

Manasa Tarigoppula


Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Creating vectors with components
How do I create a 5-element column vector whose components are the squares of the elements of vector Row

4 years ago | 1 answer | 0

1

answer

Question


How to replace last row of matrix with a vector?
If matrix M is a magic 5x5 matrix, how do I create Matrix M, but the last row is replaced by another vector Row?

4 years ago | 1 answer | 0

1

answer

Question


How do I find the sum of two vectors?
If I have the vectors named 'Row' and 'Step', how do I find their sum?

4 years ago | 1 answer | 0

1

answer

Question


How do I calculate the square of TStep5 divided by the average of TStep4 and TStep2?
If TStep = Step', and TStep2=TStep(2), TStep4=TStep(4), TStep5=TStep(5), how do I calculate the square of TStep5 divided by the ...

4 years ago | 1 answer | 0

1

answer

Question


How do I calculate the average of TStep4 and TSTep2?
If TStep = Step', where Step = -2:4:14, and TStep4=TStep(4), TStep2=TStep(2), then how do I calculate the average of TStep4 and ...

4 years ago | 1 answer | 0

1

answer

Question


How do I calculate the sum of TStep1 and TSTep2?
If TStep = Step', where Step = -2:4:14, and TStep1=TStep(1), TStep2=TStep(2), then how do I calculate the sum of TStep1 and TSTe...

4 years ago | 0 answers | 0

0

answers

Question


Create a 34 element column vector, PiVec, where every element is the irrational number pi
Using the zeros() or ones() command.

4 years ago | 1 answer | 0

1

answer