How would i find an equation of plane by using two lines? Commands please?
古いコメントを表示
Find an equation of the plane which contain the lines below- help with commands
x=1+3t
y=5-2t
z=-2-3t
x=2+2t
y=-1+4t
z=-3-2t
回答 (2 件)
michael scheinfeild
2012 年 8 月 6 日
0 投票
4 件のコメント
sangeetha
2012 年 8 月 6 日
John Petersen
2012 年 8 月 6 日
write out the equations and someone will gladly convert to matlab syntax.
Walter Roberson
2012 年 8 月 6 日
The system describes a single point, not a plane.
sangeetha
2012 年 8 月 6 日
Walter Roberson
2012 年 8 月 6 日
0 投票
You cannot get an equation of a plane containing lines when you use those equations. You can only get a single point.
x=1+3t can only be simultaneously true with x=2+2t at a single x value. Likewise, the y and z pairs restrict to single y and z values. A combination of unique x, unique y, and unique z, gives a single point rather than a plane.
カテゴリ
ヘルプ センター および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!