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*...
9 months 前 | 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...
10 months 前 | 1 个回答 | 1
