Statistica
RANK
9.705
of 295.527
REPUTAZIONE
2
CONTRIBUTI
13 Domande
5 Risposte
ACCETTAZIONE DELLE RISPOSTE
61.54%
VOTI RICEVUTI
2
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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! ...
oltre 12 anni fa | 2 risposte | 0
2
risposteDomanda
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 ...
oltre 12 anni fa | 1 risposta | 0
1
rispostaCan 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...
oltre 12 anni fa | 0
| accettato
Domanda
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...
oltre 12 anni fa | 1 risposta | 2
1
rispostaDomanda
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...
oltre 12 anni fa | 0 risposte | 0
0
risposteHow 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 ) ...
oltre 12 anni fa | 0
Domanda
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...
oltre 12 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 13 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 13 anni fa | 1 risposta | 0
1
rispostaHow do I specify m for orthpoly::legendre ?
Using <http://mathworld.wolfram.com/AssociatedLegendrePolynomial.html>, you can express the associated legendre polynomials in t...
oltre 13 anni fa | 0
| accettato
Domanda
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...
oltre 13 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 13 anni fa | 2 risposte | 0
2
risposteMuPAD 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...
oltre 13 anni fa | 0
Domanda
complete the square MuPad
Does MuPad have among its factoring functions a command to complete the square?
oltre 13 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 13 anni fa | 1 risposta | 0