'Tutorial'에 해당되는 글 1건
- first 5 minutes with Mathematica: Mathematica startup palette
- *** 밑에 분류 무시
- 2009. 2. 17. 12:09
Mathematica is a computational software program which is developed by Wolfram Research.
2 + 2
500!
make a plot
- type 'Plot[Sin[x], {x,0,10}]'
- not plot, but Plot
- not sin[x], but Sin[x]
-
make it dynamic. type 'Manipulate[Plot[Sin[c*x], {x,0,10}], {c,1,5}]'
-
go to 3D. type ''
algebra
- type 'Integrate[1/(x^5 -1), x]'
- make it dynamic. type 'Manipulate[Integrate[1/(x^n-1),x], {n,2,10,1}]'
a random sample of the zillions of things Mathematica knows about...
'*** 밑에 분류 무시' 카테고리의 다른 글
circuit board: printed circuit board (PCB) (1) | 2009.02.18 |
---|---|
integrated circuit (0) | 2009.02.17 |
Laptop disassembly: HP Pavilion dv2000 (0) | 2009.02.13 |
HP laptop disassembly: hard drive part (0) | 2009.02.12 |
HP laptop: hard drive data 살리기 여정 (0) | 2009.02.10 |
Recent comment