|
Size: 346
Comment:
|
Size: 373
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 24: | Line 24: |
| * <<BR>> * |
* Murthy student SNIST<<BR>><<BR>><<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
Murthy student SNIST
