MaplePrimes Questions

Hi! I am trying to write a question involving a second order initial value problem. The 2 conditions are u(0) = $a du --(0) = $b dx but I am not able to code it correctly. I have tried ... $eq2=$mathml("(d^2u)/(dx^2)+($mamb)(du)/(dx)+($ab)u=0"); $eq3=maple("printf(MathML:-ExportPresentation(u(0)=$a))"); $eq4=maple("printf(MathML:-ExportPresentation(du/dx(0)=$b))"); ... This works fine for the first condition, but I get du ---- = dx(0) for the second one. Is there a way to get the "(0)" in the right place, either using "$mathml" or "printf"? Thanks in advance for your help.
So I put in my first line and hit return. Maple spits out the second in which my 47.3 lbs/ft^3 gets turned into SI units while the other two quantities are left in FPS. Can someone tell me why?

Maple Equation

Maple Equation

Is there a way in Maple to compute the symbolic upper bound and lower bound of a given symbolic formula? Thanks. Bo
I have no idea what LaTeX, is other than a helpful tool for publishing. However, I'd like to start using it for several reasons, but don't know where to begin. Can anyone suggest a very first starting point for someone in my position ? v/r, Thanks,
I'm new to Maple. I'm quite competent with Matlab, with competent meaning I have some experience using it for analysis of physical data. I'm very experienced in using my TI-89 Titanium I have decided to give Maple a try since I'm not satisfied with the way Matlab handles symbolic expressions. I also want to tryif there's anything better than Matlab. I'm majoring in physics, and I hope to get my bachelor degree in a year. So far I have been writing all my assignments that needed a computer in Microsoft Word, but that is far from satisfactory. I have been considering learning myself LaTeX, but I have been thinking if it's just as good to use Maple to write articles and documents. Can I write an article as fast in Maple as I can in LaTeX? Speed is key for me naturally. Can I write LaTeX directly in Maple?
I am writing a program in which, after some calculations, I want to give the user some information and then ask them if they want the program to continue. I've tried using readline(terminal) and readstat, but I have the following problem: the information that I want the user to see is printed at the bottom of the screen and Maple gives a dialog box to get the user input. With the dialog box showing, the user can't scroll down to see the data. Is there a way to make sure that the data shows up before the dialog box pops up? Or is there another way to get input from a user?
I was wondering if I could change the values on the x-axes. I want to have the value 3500 at origo and 0 at "3500" normally is, can this be done?

On subscripts. I like to use them as part of variable names but Maple does this to me.

Lets say I have

Maple Equation

My question is about how Maple handles differentials.

In its derivation of an equation for pressure as a function of depth my physics text comes up with this:

Maple Equation

from which it gets

Maple Equation

How can I write with 2D math in text mode? That is, I want to create a document with mathematical expressions but I don't want Maple to do any mathematical operations on them. Imagine that you're trying to write a page in a textbook with expressions put in normal notation and interspersed with comments - that's what I'm trying to do. I've tried Text>Maple Input, Text>2D Input, Text>2D Math, Text>Normal, etc, etc but they all just put out 1D. And if I try to use "Math" instead it invariably does some sort of simplification or normalization or some such when I don't want it to touch the expressions I enter at all.
Hi, I have a question. I work with maple in a fairly unusual way. I use the vim editor and the command line interface (don't try to change this it won't help). Then I typeset my results using the latex mode. I am wondering of late if I can read my input into the graphical version of maple and control the formatted output produced by the gui. i.e. is there some analog of `latex/special_names`[x1] := `x_1` For the gui interface. I can't seem to find this documented anywhere. Thank you, Derek
Hi all I have a(x) and b(x), a(x) is only interesting from x=0..5 and b(x) from 5..10. How can I define those to into one c(x)? I guess I need the piecewise function, but I don't understand anything from the help file.. Can anyone please explain it to me, thanks.
i need to take a sphere and and graph a point going around the sphere. i have the code: restart: with(plots): with(plottools): x1:=(u,v)-> sin(u*Pi)*cos(v*Pi); y1:=(u,v)-> sin(u*Pi)*sin(v*Pi); z1:=(u,v)-> cos(u*Pi); x2:=(u,v)-> 3*sin(u*Pi)*cos(v*Pi); y2:=(u,v)-> 3*sin(u*Pi)*sin(v*Pi); z2:=(u,v)-> 3*cos(u*Pi); p1:=plot3d([x1(u,v), y1(u,v),z1(u,v)] ,u=0..1,v=0..2,color=blue, axes=normal): points:={seq([x1(k/50),y1(k/50),z1(k/50)], k=0..314 )}: display(p1); pointplot3d:(points); only i get the error Error, invalid input: x1 uses a 2nd argument, v, which is missing how do i put in arguments for u & v?
I had a new homework in maple but there is two questions that i have a hard time figuring them out. If somewone could help me it would be nice. 1. It says that E=L{v1,v2,v3,v4} (all vectors) where v1= (-5,3,2,0,1), v2=(0,-1,1,3,0), v3=(3,1,0,0,2) and v4=(1,4,4,2,0). Discribe E, which is a subset of R5 (and the teacher would like a description like this exemple: E={(x,y) ∈R2 ∣ 2x-3y=2} 2. A matrix: A := Matrix(5, 5, {(1, 1) = 1, (1, 2) = 0, (1, 3) = 0, (1, 4) = 0, (1, 5) = 0, (2, 1) = 0, (2, 2) = 4, (2, 3) = 0, (2, 4) = 0, (2, 5) = 0, (3, 1) = 0, (3, 2) = 0, (3, 3) = 52, (3, 4) = 0, (3, 5) = 0, (4, 1) = 0, (4, 2) = 0, (4, 3) = 0, (4, 4) = 7, (4, 5) = 0, (5, 1) = 0, (5, 2) = 0, (5, 3) = 0, (5, 4) = 0, (5, 5) = 3})
how do i expand [ln(1+x)]^2??? and find partial derivatives of functions
First 2234 2235 2236 2237 2238 2239 2240 Last Page 2236 of 2370