|
Size: 418
Comment:
|
Size: 499
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ## page was renamed from Kreyszig-1.6-39-9 | |
| Line 7: | Line 8: |
| {{{ 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 18: | Line 21: |
| * <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()
Solution by:
<ramya>, <student>, <hcu>
<thoyajakshi>,<student>,<hcu>
