M#Math Mini |
このアプリは現在ストアで閲覧することができません。 | ||||
価格 | 無料 | ダウンロード |
||
---|---|---|---|---|
ジャンル | ユーティリティ | |||
サイズ | 4.9MB | |||
開発者 | MSharpMath Inc. | |||
順位 |
| |||
リリース日 | 2011-07-23 01:02:45 | 評価 | 評価が取得できませんでした。 | |
互換性 | iOS 3.1.3以降が必要です。 iPhone、iPad および iPod touch 対応。 | |||
|
||||
M#Math works 100% offline, and in an 'expression-look-alike' style.
▣ user-file directory (file create and save)
▣ tutorial directory with 60 tutorials
▣ e-mail user-files
▣ display commands and results
▣ thousand commas ($10,000,000) available
▣ versatile keyboards
αβγδεζηθικλμνξοπρστυφχψω
ΓΘΛΞΥΦΨΩΔΣΠ Greek Characters
¹²³⁴⁵⁶⁷⁸⁹⁰·⁺⁻ superscripts
₁₂₃₄₅₆₇₈₉₀₊₋ subscripts
°`⚑⚐ℹℯπ√∇∂∫→⇄⍷∅∞ℽēℕћҟℛℬℾ≤≥≠×÷Å
▣ sale and tax
100 -%20 +%10 ; // %20 sale, %10 tax
80 // 100 - 20 (minus %20)
88 // 80 + 8 (plus %10)
ans = 88
▣ feet and inches (ft'in'')
5'3'' ; // 5 feet 3 inches in meter
ans = 1.6002
5' 3'' * 3' 0.25'' >>yd2 ; // area of plate in [yd²]
ans = 1.76215 [yd²]
▣ coupled nonlinear equations
3β = 2α+1, 4α³β + 5αβ³ = 4
are solved starting from (α,β) = (1,1) by the following command
solve .α.β {1,1} ( 3β = 2α+1, 4α³β + 5αβ³ = 4 );
to reach at one solution
ans =
[ 0.77734 ]₁
[ 0.85156 ]₂
▣ Unit conversion is fast and convenient. For example, 80℉ Fahrenheit is all-in-one converted into
80f >> ;
26.6667 ℃
80 F
539.67 R
299.817 K
ans = 299.817
▣ M#Math can be also considered to be a mini-C in that several keywords of C-language
if else
do for while
break continue goto
switch case default
return void double
are installed to work in M#Math.
▣ Built-in-App tutorials cover
● Unit Conversion
● Currency Conversion
● File managing
● Equation Ax=b
● Line y=ax+b
● Parabola y= ax²+bx+c
● 3rd-order y= ax³+bx²+cx+d
● High-order and Circle
● Triangle ∆ABC
● M#Math as mini-C
● 2D Graph
● 3D Graph
● Complex Numbers
● Polynomial
● Sequence and Series
● Matrix
● Vertex
● Coordinate System
● Character and String
● Grammar of Function
● Integration ∫.x
● Differentiation ∂.x
● ∇φ, ∇•u, ∇✕u, ∇²φ
● Finding Roots
● Ordinary Differential Equation
● Initial Value Problem
● Boundary Value Problem
● Eigenvalue Problem
● Parabolic PDE
● Elliptic PDE
● Digital Signal Processing
● Mathematical Constants
● Physical Constants
● Properties
● Table of Characters
● Table of Laplace Transform
● Table of Fourier Transform
更新履歴
compatible with the new iOS5
▣ user-file directory (file create and save)
▣ tutorial directory with 60 tutorials
▣ e-mail user-files
▣ display commands and results
▣ thousand commas ($10,000,000) available
▣ versatile keyboards
αβγδεζηθικλμνξοπρστυφχψω
ΓΘΛΞΥΦΨΩΔΣΠ Greek Characters
¹²³⁴⁵⁶⁷⁸⁹⁰·⁺⁻ superscripts
₁₂₃₄₅₆₇₈₉₀₊₋ subscripts
°`⚑⚐ℹℯπ√∇∂∫→⇄⍷∅∞ℽēℕћҟℛℬℾ≤≥≠×÷Å
▣ sale and tax
100 -%20 +%10 ; // %20 sale, %10 tax
80 // 100 - 20 (minus %20)
88 // 80 + 8 (plus %10)
ans = 88
▣ feet and inches (ft'in'')
5'3'' ; // 5 feet 3 inches in meter
ans = 1.6002
5' 3'' * 3' 0.25'' >>yd2 ; // area of plate in [yd²]
ans = 1.76215 [yd²]
▣ coupled nonlinear equations
3β = 2α+1, 4α³β + 5αβ³ = 4
are solved starting from (α,β) = (1,1) by the following command
solve .α.β {1,1} ( 3β = 2α+1, 4α³β + 5αβ³ = 4 );
to reach at one solution
ans =
[ 0.77734 ]₁
[ 0.85156 ]₂
▣ Unit conversion is fast and convenient. For example, 80℉ Fahrenheit is all-in-one converted into
80f >> ;
26.6667 ℃
80 F
539.67 R
299.817 K
ans = 299.817
▣ M#Math can be also considered to be a mini-C in that several keywords of C-language
if else
do for while
break continue goto
switch case default
return void double
are installed to work in M#Math.
▣ Built-in-App tutorials cover
● Unit Conversion
● Currency Conversion
● File managing
● Equation Ax=b
● Line y=ax+b
● Parabola y= ax²+bx+c
● 3rd-order y= ax³+bx²+cx+d
● High-order and Circle
● Triangle ∆ABC
● M#Math as mini-C
● 2D Graph
● 3D Graph
● Complex Numbers
● Polynomial
● Sequence and Series
● Matrix
● Vertex
● Coordinate System
● Character and String
● Grammar of Function
● Integration ∫.x
● Differentiation ∂.x
● ∇φ, ∇•u, ∇✕u, ∇²φ
● Finding Roots
● Ordinary Differential Equation
● Initial Value Problem
● Boundary Value Problem
● Eigenvalue Problem
● Parabolic PDE
● Elliptic PDE
● Digital Signal Processing
● Mathematical Constants
● Physical Constants
● Properties
● Table of Characters
● Table of Laplace Transform
● Table of Fourier Transform
更新履歴
compatible with the new iOS5
ブログパーツ第二弾を公開しました!ホームページでアプリの順位・価格・周辺ランキングをご紹介頂けます。
ブログパーツ第2弾!
アプリの周辺ランキングを表示するブログパーツです。価格・順位共に自動で最新情報に更新されるのでアプリの状態チェックにも最適です。
ランキング圏外の場合でも周辺ランキングの代わりに説明文を表示にするので安心です。
サンプルが気に入りましたら、下に表示されたHTMLタグをそのままページに貼り付けることでご利用頂けます。ただし、一般公開されているページでご使用頂かないと表示されませんのでご注意ください。
幅200px版
幅320px版
Now Loading...
「iPhone & iPad アプリランキング」は、最新かつ詳細なアプリ情報をご紹介しているサイトです。
お探しのアプリに出会えるように様々な切り口でページをご用意しております。
「メニュー」よりぜひアプリ探しにお役立て下さい。
Presents by $$308413110 スマホからのアクセスにはQRコードをご活用ください。 →
Now loading...