How to get a=b=c output?
For compact technical documentation it would be desirable to create output in the form of a=b=c, which is a style that is commonly used in textbooks (probably for the same reason).It is possible to...
View ArticleAdapt Output to Needs
A user wonders if they can customize Maple output to show, for example x^2 instead of x2 in 2D output. We suggest they either set interface(prettyprint=0);globally, or use lprint(x^2)for individual...
View ArticleDouble shift in 2-D math
I have been experiencing an error in the 2-D math text in Maple 2021. Every time I use the shift button the command seems to double. So if I for instance want to define A:=2 it will write; AA::==2...
View ArticleRe: Two questions
Hello there, Would you allow me to ask these two questions?1) is there any way to collect the expression 'eq14_2' w.r.t. DeltaP? The question is labeled as 'Q1' in the worksheet. 2) Why does the...
View ArticleHow to get a prime and subscript notation
I am studying the help pages for declare() statement in the PDEtool package. It can be used also for calculus(prime notation) for 1 variable and two variables (subscript notation) as i understand it...
View ArticleIs there a hotkey for toggling between maple input and 2d input?
Sometimes its easier when doing math in maple input mode to use first the 2d maple input mode and convert this to maple input Is there a hotkey assigned in Maple to do this toggling from 1d input to 2d...
View ArticleTransforming to 2d input from a derative
Thought always that the round d is reserved for function of two variables x,y , but that seems to be not the case here ?> restart;Comparing Different Answers Een antwoord ergens gegeven is + C...
View ArticleThe prime notation is not working on my keyboard yet.
The prime notation as used default on my keyboard is not the same as used in Maple.> restart;> with(student):> interface(typesetting = extended);(1)> Typesetting:-Settings(typesetprime =...
View ArticleIs 2D input reliable versus 1d maple input ?
I following a example of products multiplication like this oneu:=n->Product(2*k-1,k=1..n)/Product(3*k-1,k=1..n)*x^n;Calculating with this with maple 1d input is correct, but when i convert a maple...
View ArticleIs there a symbol in Maple to express the question: Is a=b?
I am looking for something like the equal sign (“=”) with a question mark (“?”) on top.This would be handy to express an unknown relation or something that has to be proofed.If not: Is it possible to...
View Articleis it possible to read Maple differential equation written in 2D math?
I was wondering if it is possible to write Maple code in 2D notation inside .mpl and have it converted automatically to standard Maple 1D math.For example, suppose I have A.mpl file with the content...
View ArticleAccents not correctly handled?
Hello,In the code below I would expect the a-bar to be replaced in, just like the b below it. Is there something i'm missing here? I applied the bar using the Maple accent palette.
View Articlenon linear system of equation
eqs.mw (1)(2)(3)(4) (5)(6)(7)(8)(9)(10)(11)(12) > (13)> > (14) > (15)> Download eqs.mw#im tryin to solve 9 equation having 9 varibales but the fsolve doesnt solve for C1 to R4,...
View ArticleHow to type a vector symbol in Maple
I want to create a variable that is made up of a letter and an arrow on top. How to do that?Also, how can I create a variable that is bold? I tried to type it as bold and then assign. But when I hit...
View ArticleShort Cut for displaying in 2D input
How to create a matrix in 2D input without using palette? Any short cut that returns a matrix does not display as a matrix in 2D input.
View Articledelay in typing
Anyone experience a delay in typing as the screen fills with text/math etc.?I'm using Maple 2021 and as the space is filled typing slows. I can finish typing and watch the last 4 keys enter on the screen.
View ArticleWhy plot(F(R), R = 0 .. 100) doesn't work?
How to plot F(R) for R=0..100 ?Maple 2021 sheet attached.(1)(2)(3)(4) Download How_to_plot_IR.mwplot(F(R), R = 0 .. 100)
View ArticleMaple Calculus Study Guide displays in Maple notation when it looks like it...
I am using the Calculus Study Guide and the mathematical notation is half Maple notation and then half typeset notation. I have tried to tweak with Tools>Options>Display settings but it stays the...
View Articleerror, null fix?
HiKeep getting "Error, null" on every calculation i make. It indicates hidden spaces or something weird????.Screenshot of it is included. https://imgur.com/a/wSdUeqeWould be great with a fix or some...
View Article