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"

Answers (1)

https://de.mathworks.com/help/matlab/ref/mldivide.html
Best wishes
Torsten.

2 Comments

Hi, I'm sorry I'm very new to matlab and I can't figure out how to solve this system just by dividing?

Sign in to comment.

Categories

Find more on Mathematics in Help Center and File Exchange

Asked:

on 9 May 2017

Edited:

on 9 May 2017

Community Treasure Hunt

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

Start Hunting!