Feeds
답변 있음
issue with saving matrix in for loop
The index being assigned to in your code is based on the loop variable (kk). If you assign to index 23, you will have a matrix w...
issue with saving matrix in for loop
The index being assigned to in your code is based on the loop variable (kk). If you assign to index 23, you will have a matrix w...
거의 5년 전 | 0
| 수락됨
답변 있음
how to create a symbolic derivative of f(r(x,y),theta(x,y)) and evaluate it
Let's break down the operations required: First, solve for theta and r in terms of x and y: theta_r = solve([x == x0 + r*cos...
how to create a symbolic derivative of f(r(x,y),theta(x,y)) and evaluate it
Let's break down the operations required: First, solve for theta and r in terms of x and y: theta_r = solve([x == x0 + r*cos...
거의 5년 전 | 1
| 수락됨

