Question

-12.67x-9.67y-8.67z=0......(1) -11.67x-21.67y-5.67z=0.....(2) -19.67x-18.67-13.87z=0.....(3) By using this equations, apply on this equation “x^2+y^2+z^2=1” Solve for x,y, z....

-12.67x-9.67y-8.67z=0......(1)
-11.67x-21.67y-5.67z=0.....(2)
-19.67x-18.67-13.87z=0.....(3)

By using this equations, apply on this equation “x^2+y^2+z^2=1”
Solve for x,y, z.

-12.67x-9.67y-8.67z=0.....(1)
-11.67x-21.67y-5.67z=0....(2)
-19.67x-18.67y-13.87z=0....(3)

By using this equations, apply on it “x^2+y^2+z^2=1”
Solve for x,y, z.

Homework Answers

Answer #1

Matlab code

A=[-12.67 -9.67 -8.67;-11.67 -21.67 -5.67;-19.67 -18.67 -13.87];
rref(A)
rank(A)

Output

ans =

     1     0     0
     0     1     0
     0     0     1


ans =

     3

cleary solution of 1,2,3 is 0,0,0 and it does not satisfy x^2+y^2+z^2=1,so clearly no solution for these system of equations.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
1) Solve these equations: 3x-y=-11 x+2y=8 2) Solve these equations: x+y+z=6 x-y-z=-4 2x+y-4z=-8
1) Solve these equations: 3x-y=-11 x+2y=8 2) Solve these equations: x+y+z=6 x-y-z=-4 2x+y-4z=-8
Solve the system of equations using an inverse matrix -4x-2y+z= 6 -x-y-2z= -3 2x+3y-z= -4 Choose...
Solve the system of equations using an inverse matrix -4x-2y+z= 6 -x-y-2z= -3 2x+3y-z= -4 Choose one: a. (-1, 0, -2) b. (1, 0, -2) c. (1, 0, 2) d. (-1, 0, 2)
1. Solve the following system of equations by the elimination method: 2x+y-z=7 x+2y+z=8 x-2y+3z=2 2. Solve...
1. Solve the following system of equations by the elimination method: 2x+y-z=7 x+2y+z=8 x-2y+3z=2 2. Solve the following system of equations by using row operations on a matrix: 2x+y-z=7 x+2y+z=8 x-2y+3z=2
Solve a.      x + y + z = 2, x – y + z = 3, x...
Solve a.      x + y + z = 2, x – y + z = 3, x + y + 2z = 0 b.      5x + y – 2z = 2, x + 2y + 3z = 2, 2x – y = 3
Solve the system of differential equations using Laplace transform: y'' + x + y = 0...
Solve the system of differential equations using Laplace transform: y'' + x + y = 0 x' + y' = 0 with initial conditions y'(0) = 0 y(0) = 0 x(0) = 1
Solve the following differential equation using the power series method. (1+x^2)y''-y'+y=0
Solve the following differential equation using the power series method. (1+x^2)y''-y'+y=0
1. solve the system of equations: x+3y=9 3x+9y=27 please solve to get the x and y...
1. solve the system of equations: x+3y=9 3x+9y=27 please solve to get the x and y solution 2. solve the system of equations, please state the x and y solution 9x-4y=23 15x+4y=41 3. solve the system of equations please state the x and y solution x - y - z = 1 5x + 6y + z = 1 30x + 25y = 0
Solve the following differential equations y''-4y'+4y=(x+1)e2x (Use Wronskian) y''+(y')2+1=0 (non linear second order equation)
Solve the following differential equations y''-4y'+4y=(x+1)e2x (Use Wronskian) y''+(y')2+1=0 (non linear second order equation)
Given the differential equation y''−2y'+y=0,  y(0)=1,  y'(0)=2 Apply the Laplace Transform and solve for Y(s)=L{y} Y(s) =     Now...
Given the differential equation y''−2y'+y=0,  y(0)=1,  y'(0)=2 Apply the Laplace Transform and solve for Y(s)=L{y} Y(s) =     Now solve the IVP by using the inverse Laplace Transform y(t)=L^−1{Y(s)} y(t) =
Solve the system of differential equations using laplace transformation dy/dt-x=0,dx/dt+y=1,x(0)=-1,y(0)=1
Solve the system of differential equations using laplace transformation dy/dt-x=0,dx/dt+y=1,x(0)=-1,y(0)=1