For the following set of equations,
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:14| Question number:35.14
All Answers
total answers (1)
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:14| Question number:35.14
total answers (1)
>> solve('2*x+2*y+z=2','y+2*z=1','x+y+3*z=3')
ans =
x: [1x1 sym]
y: [1x1 sym]
z: [1x1 sym]
>> double([ans.x ans.y ans.z])
ans =
1.2000 -0.6000 0.8000
need an explanation for this answer? contact us directly to get an explanation for this answer