Feeds
답변 있음
Diagonal of a multiplication between matrix without doing the actual multiplication or using a loop
Thanks I try it before the problem is that element are sym so bsxfun does not work.
Diagonal of a multiplication between matrix without doing the actual multiplication or using a loop
Thanks I try it before the problem is that element are sym so bsxfun does not work.
9년 초과 전 | 0
질문
Diagonal of a multiplication between matrix without doing the actual multiplication or using a loop
Hi, I'm interesting in multiplying the first row of a matrix, the second row with second column and so on. Therefore I am in...
9년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to solve for a derivative using symbols?
This is simple, but I cannot find the answer. Here is my example: syms u c ut f= symfun(u-c, [u c]) ut = sym('u(c...
대략 10년 전 | 답변 수: 1 | 0
1
답변답변 있음
Optimizing my nonlinear system of equations solving code
Hi, using fsolve do the trick but I use a vector of equation. If i do it by hand its something like: function fcns=eqns...
Optimizing my nonlinear system of equations solving code
Hi, using fsolve do the trick but I use a vector of equation. If i do it by hand its something like: function fcns=eqns...
대략 11년 전 | 0
질문
Optimizing my nonlinear system of equations solving code
Hi, I wrote some code to solve some non linear system of equation. The number of equation vary (I want the highest number ...
대략 11년 전 | 답변 수: 1 | 0