|
⇤ ← Revision 1 as of 2010-12-16 13:06:13
Size: 297
Comment:
|
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
