Feeds
질문
how can I multiplying matrix elements
How can I multiple elements of one column or row of a matrix?
거의 13년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
