Feeds
提问
how can I multiplying matrix elements
How can I multiple elements of one column or row of a matrix?
13 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
13 years 前 | 1 个回答 | 0
1
个回答提问
How can I triangular a matrix
I have a n*n matrix. I want to change it to a triangular matrix. please help me.
13 years 前 | 1 个回答 | 0
1
个回答提问
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]
13 years 前 | 1 个回答 | 0
1
个回答提问
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...
13 years 前 | 2 个回答 | 0
