Statistics
5 Questions
0 Answers
RANK
200,006
of 300,365
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,262
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 3 answers | 0
3
answersQuestion
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 2 answers | 0

