Community Profile

photo

Amir Ehsani


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


how can I multiplying matrix elements
How can I multiple elements of one column or row of a matrix?

11 years ago | 1 answer | 0

1

answer

Question


calculating symbolic matrix determinant
I have a problem to calculate the n*n matrix with Matlab. if n>=16 the solving procedure will be to long. My matrix is symbolic ...

11 years ago | 1 answer | 0

1

answer

Question


How can I triangular a matrix
I have a n*n matrix. I want to change it to a triangular matrix. please help me.

11 years ago | 1 answer | 0

1

answer

Question


Move matrix rows and columns
I have a n*n matrix. I want to convert it to n^2*1 matrix. for example: A=[a b;c d] result B=[a;b;c;d]

11 years ago | 1 answer | 0

1

answer

Question


Find coefficient in symbolic expression or matrix in matlab
I have the equation below: 2*x+3*y+4*z I want to separate the coefficients from syms. I want a function that its result from m...

11 years ago | 2 answers | 0

2

answers