How to solve equations system without using "solve" or "linsolve" functions
이전 댓글 표시
I have to solve the following equation system:
3x-0.1y-0.2z=7.85
0.1x+7y-0.3z=-19.3
0.3x-0.2y+10z=71.4
without using "solve" or "linsolve"
답변 (1개)
Torsten
2017년 5월 9일
0 개 추천
https://de.mathworks.com/help/matlab/ref/mldivide.html
Best wishes
Torsten.
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!