Community Profile

photo

Subham Burnwal


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Error using * inner matrix dimensions must agree
I have written a function in which one line is B = A*i; where A is a matrix and i is a scalar quantity. i am calling thi...

9 years ago | 2 answers | 0

2

answers

Question


How can i create n-linearly independent vectors?
Like 4-linearly independent vectors if n=4 as follows a1=[1,17] , a2=[1,7] , a3=[1,1] , a4=[1,9]

9 years ago | 2 answers | 0

2

answers

Question


Conversion of a matrix into multiple column vectors
If we have a matrix A=[1 2 ; 3 4 ; 5 6] then it will be converted to vectors like x1= [1 3 5] x2= [2 4 6]

9 years ago | 2 answers | 0

2

answers