フィルターのクリア

How to implement parametric form in system of equations

1 回表示 (過去 30 日間)
Manuel Fuelling
Manuel Fuelling 2018 年 4 月 4 日
編集済み: Manuel Fuelling 2018 年 4 月 4 日
I need to implement lines in 3D in a system of equations. Assume a system of equation like this:
F(1) = x(1)-x(3);
F(2) = -x(5)+x(6);
F(3) = x(7)+x(9)-4;
F(4) = x(11)+x(12)-4;
F(5)= sqrt((x(1)-x(4))^2+(x(2)-x(5))^2+(x(3)-x(6))^2)-2;
...
F(12)=...
where F(1)-F(4) are equations of planes in coordinate form. Instead of equations for planes, equations of lines should be implemented. To be more specific, these lines shall be the intersecting lines of the four planes F(1)-F(4). How to implement this, since there is no possibility to have lines in 3D in coordinate form.
complete system of equation attached.

回答 (0 件)

カテゴリ

Help Center および File ExchangeSystems Of Linear Equations についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by