|
⇤ ← Revision 1 as of 2010-12-16 13:08:00
Size: 312
Comment:
|
Size: 346
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 17: | Line 19: |
| Line 20: | Line 21: |
| * '''Solution by''': * T.Chaitanya, Student, SNIST |
* '''Solution by''': * Anoop student SNIST * Abhilash student SNIST * <<BR>> * |
Book
Linear Algebra
Author
Gilbert Strang
Edition
var('x,y,z,z1')
z=x+y*I
z1=x-y*I
w=2*I*z+6*z1
u=w.real_part()
v=w.imag_part()
u(1/2,4)
v(1/2,4)
Solution by:
- Anoop student SNIST
- Abhilash student SNIST
