Feeds
질문
How to use newton.m to find solutions to equations.
Hi. I've got a question that asks me to use the 'newton.m' function which I've downloaded and opened onto matlab, to solve 'x + ...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
How do you plot the line of intersection between two planes in MATLAB
Hey, my planes are: >> Z1 = 2 -X + Y; >> Z2 = (X + 3*Y -3)/2; I've plotted them, but I'm not sure how to plot the line of int...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Hi, I've been trying to do this question for a couple of days, but can't figure out how to use the meshgrid function to do 3 variables rather than two, and how to do the part involving plot3. This is the question:
Use the rref() function to find the line of intersection between the two planes x + 3y − 2z = 3 , x − y + z = 2 . Use the meshgr...
6년 초과 전 | 답변 수: 0 | 1