Estadística
13 Preguntas
5 Respuestas
CLASIFICACIÓN
9.705
of 295.673
REPUTACIÓN
2
CONTRIBUCIONES
13 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
61.54%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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! ...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 12 años hace | 1 respuesta | 0
1
respuestaCan 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...
más de 12 años hace | 0
| aceptada
Pregunta
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...
más de 12 años hace | 1 respuesta | 2
1
respuestaPregunta
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...
más de 12 años hace | 0 respuestas | 0
0
respuestasHow 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 ) ...
más de 12 años hace | 0
Generate explicit formula for mth derivative
You can't.
más de 12 años hace | 0
| aceptada
Pregunta
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...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 13 años hace | 1 respuesta | 0
1
respuestaHow do I specify m for orthpoly::legendre ?
Using <http://mathworld.wolfram.com/AssociatedLegendrePolynomial.html>, you can express the associated legendre polynomials in t...
más de 13 años hace | 0
| aceptada
Pregunta
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...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 13 años hace | 2 respuestas | 0
2
respuestasMuPAD 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...
más de 13 años hace | 0
Pregunta
complete the square MuPad
Does MuPad have among its factoring functions a command to complete the square?
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 13 años hace | 1 respuesta | 0