|
Size: 418
Comment:
|
← Revision 5 as of 2010-12-17 12:06:16 ⇥
Size: 437
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ||'''Book'''|| Advanced Engineering Mathematics || ||'''Author'''|| Erwin Kreyszig || ||'''Edition'''|| 8th Edition || |
## page was renamed from Kreyszig-1.6-39-9 ||'''Book''' ||Advanced Engineering Mathematics || ||'''Author''' ||Erwin Kreyszig || ||'''Edition''' ||8th Edition || |
| Line 5: | Line 6: |
| /* code_begins */ | |
| Line 7: | Line 7: |
| {{{ x=var('x') y=function('y',x) deq1=x*diff(y,x)-2*y-x^3*e^x==0 r=desolve(deq1,[y,x],y) show(r.simplify_full()) }}} |
/* A1=matrix([[0,2],[3,0]]) print A1.inverse() print "\n" A2=matrix([[2,0],[4,2]]) print A2.inverse() print "\n" var('x') A3=matrix([[cos(x),-sin(x)],[sin(x),-cos(x)]]) print A3.inverse() */ |
| Line 15: | Line 19: |
| /* code_ends */ * '''Solution by''': * <amar>, <student>, <mlec> * <praveen>, <student>, <mlec> * <naveen>, <student>, <mlec> |
* <ramya><student><hcu> *<Thoyajakshi><student><hcu> |
Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
A1=matrix(0,2],[3,0) print A1.inverse() print "\n" A2=matrix(2,0],[4,2) print A2.inverse() print "\n" var('x') A3=matrix(cos(x),-sin(x)],[sin(x),-cos(x)) print A3.inverse()
<ramya><student><hcu>
<Thoyajakshi><student><hcu>
