Feeds
提问
Intersection of plane and line.
what is the code to find the intersection of the plane *x + 2y + 3z = 4* and line *(x, y, z) = (2,4,6) + t(1,1,1)*?
8 years 前 | 1 个回答 | 0
1
个回答提问
Intersection of two planes.
what is the code to find the intersection of the plane *x+y+z=3* and *x+2y+2z=4.*? I have this: clc clear format com...
8 years 前 | 3 个回答 | 0
3
个回答提问
Linear system equations - plan intersection?
how to find out where is the plane intersection of: x+y+z=3 x+2y+2z=4 I started doing clc clear format com...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to calculate the sum of the numbers that can be divided with 12 for example in a matrix?
How to calculate the sum of the numbers that can be divided with 12 for example in a matrix? Should I use a while or for loop...
8 years 前 | 2 个回答 | 0
2
个回答提问
why do I get the error: Undefined function or variable 'a'.?
clear clc for m=6:3 a(m)=m^2 b(m)=m*s end a b
8 years 前 | 2 个回答 | 0

