Billy


2011 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

13 質問
5 回答

ランク
9,705
of 300,753

評判
2

コントリビューション
13 質問
5 回答

回答採用率
61.54%

獲得投票数
2

ランク
 of 21,075

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,858

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3
  • First Answer

バッジを表示

Feeds

表示方法

質問


Can you turn off all simplifications?
I need to do some basic algebra and want to use MuPad as a "check my work" tool. However I can't turn off all simplifications! ...

13年以上 前 | 2 件の回答 | 0

2

回答

質問


Plot different types of plots on same graph
Assume I've defined f2 := (x,y) -> x*exp(y) + cos( x*y ) and gf2 := gradient( f2(x,y), [x,y] ) I'd like to plot ...

13年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Can you plot level curves in Mupad?
Yes, but you must use Implicit2d. For example, say you have the function of 2 variables f := (x,y)->x^2 + 4*y^2 The l...

13年以上 前 | 0

| 採用済み

質問


Can you plot level curves in Mupad?
If you have a vector field in MATLAB, you can easily plot the level curves via `contour` and the vector field via `quiver`. h...

13年以上 前 | 1 件の回答 | 2

1

回答

質問


Mupad Error: cannot create output file [vcam::new]
The command, and it's result: plot( x, x=0..5, OutputFile="C:/test2000.jpg" ) Error: cannot create output file [vcam::ne...

13年以上 前 | 0 件の回答 | 0

0

回答

回答済み
How do I specify m for orthpoly::legendre ?
In fact a better way to do this: Define Legendre polynomials: P := (n) -> 1/(2^n * n!) * diff( (x^2-1)^n, x $ n ) ...

13年以上 前 | 0

回答済み
Generate explicit formula for mth derivative
You can't.

13年以上 前 | 0

| 採用済み

質問


Generate explicit formula for mth derivative
I'd like to generate an explicit formula for the mth derivative of x^n, for example: diff( x^n, x $ m ) The result in Mu...

13年以上 前 | 2 件の回答 | 0

2

回答

質問


MuPad plot::setDefault( plot::Scaling=Constrained )
I'd like to change the default behavior of plot:: to use Constrained scaling. However this fails: plot::setDefault( plot...

14年以上 前 | 1 件の回答 | 0

1

回答

質問


Is there a reason MuPad doesn't find the obvious cancellation?
I have: f := 1/2* sqrt( 16-x^2 ) df := diff( f, x ) simplify( f * sqrt( 1 + df^2 ) ) mupad doesn't find the obvio...

14年以上 前 | 2 件の回答 | 0

2

回答

質問


Why does poly() not evalp
I have an example: evalp( poly( sqrt( 1-x^2 ), [x] ), x=cos(0.5) ) This gives (sqrt(1-x^2)) as the response. The ex...

14年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How do I specify m for orthpoly::legendre ?
Using <http://mathworld.wolfram.com/AssociatedLegendrePolynomial.html>, you can express the associated legendre polynomials in t...

14年以上 前 | 0

| 採用済み

質問


How do I specify m for orthpoly::legendre ?
I want to get the associated Legendre polynomials in mupad, but only the Legendre (not assoc.) are avail. <http://www.mathwor...

14年以上 前 | 2 件の回答 | 0

2

回答

質問


Can you get one side of an equation and store it in a variable?
Say I have an equation object in Mupad: eq1 := x + y = 0 Now say after some manipulation I want to drop RHS, and just save the...

14年以上 前 | 1 件の回答 | 0

1

回答

質問


Answer format for solve()
I don't like the way MuPad inserts an extra parameter in the solution to a problem I gave it: solve( { v1 + v2*t + v3*t^2 = 0...

14年以上 前 | 2 件の回答 | 0

2

回答

回答済み
MuPAD Differential equation solver
2 things: * Be very careful to enter y(x) (never just plain y). * In the MuPad statement you included with your comment, you ne...

14年以上 前 | 0

質問


complete the square MuPad
Does MuPad have among its factoring functions a command to complete the square?

14年以上 前 | 1 件の回答 | 0

1

回答

質問


MuPad reduce roots
I find MuPad does not reduce roots for example simplify( (z^3)^(1/3) ) to simply z as expected, instead leaving it as (z^3...

14年以上 前 | 1 件の回答 | 0

1

回答