online advertising
Loading [MathJax]/jax/output/HTML-CSS/jax.js

Saturday, February 20, 2016

UTM Ideals Varieties and Algorithm - Chapter 2 Section 1 Exercise 3

Problem:


Solution:

For part (a), note that according to the errata, the last equation should be x3=t+6.

First note that all the equations are linear and there is one parameter, it is a line. We should expect two linear equations defining two planes.

From the first equation, it is obvious that t=x1+5, so we get from the second equation x2=2t+1=2(x1+5)+1=2x1+11, and from the third equation x3=t+6=(x1+5)+6=1x1, so the solution is:

x2=2x1+11
x3=1x1

Part (b) is more complicated, it is a two dimensional 'plane' in a 4 dimensional space. Adhoc methods like the previous problem does not work great, so we will try something different. We model the problem using this matrix.

tux1x2x3x4t2510000120100011001001300010

Next, we find the reduced row echelon form using MATLAB (using the function rref), and we get this.

tux1x2x3x4t10000.750.25001000.250.25000102.750.75000010.250.750

We claim that the last two rows is our solution. To see that, any point that satisfied the parametrization must satisfy all four equations, and therefore it satisfy the last two. For any point satisfy the last two equations, we can always find t and u by equation 1 and 2, so we have proved the answer is

x1+2.75x3+0.75x4=0
x2+0.25x30.75x4=0

Part (c) is pretty easy, it is simple to inspect the answer is

x4=y
x7=z

No comments:

Post a Comment