Feeds
질문
Diff does not work with non trivial expression with vectors
Consider the following example: syms row1 row2 [1,5] matrix syms col [5,1] matrix diff(row1*(row2.'+col), row2) diff(row1*...
10개월 전 | 답변 수: 1 | 0
1
답변질문
Diff does not work with symmatrix
Consider the following very simple example: syms a x [1,1] matrix diff(x .^ (symmatrix(eye(1)) - a), x) The output of the f...
11개월 전 | 답변 수: 1 | 1
