Differences between revisions 1 and 2
Revision 1 as of 2010-12-16 13:06:13
Size: 297
Editor: 172
Comment:
Revision 2 as of 2010-12-17 10:16:52
Size: 344
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
 ||'''Book'''|| Linear Algebra ||
 ||'''Author'''|| Gilbert Strang ||
 ||'''Edition'''||  ||
 ||'''Book''' ||Linear Algebra ||
 ||'''Author''' ||Gilbert Strang ||
 ||'''Edition''' || ||

Line 15: Line 17:

Line 18: Line 18:
Line 21: Line 20:
 * '''Solution by''': 
  * T.Chaitanya, Student, SNIST
 * '''Solution by''':
  * Anoop, Student, SNIST
  * Abhilash, Student, SNIST
  * Murthy, Student,SNIST
  • Book

    Linear Algebra

    Author

    Gilbert Strang

    Edition

var('z')
z=x+y*I
w=z**2+2*z+2
u=w.real_part()
v=w.imag_part()
u(1,-1)
v(1,-1)

  • Solution by:

    • Anoop, Student, SNIST
    • Abhilash, Student, SNIST
    • Murthy, Student,SNIST

Strang-12.3-17 (last edited 2010-12-17 10:46:28 by anoopkumarreddy)