How to make optional arguments in procedure?
In this procedure I roll x dies and request a sum of the dies, n. I then specify the third argument, o, to be exactly, minimum or maximum, so that it generates random rolls until the sum matches the...
View ArticleHow come i can't create variables or functions with multiple SI Units
I've tried alot, but nothing seems to work. The problem occurres whenever im trying to use multiple SI Units in caculations that require division. Example:Error, null Error, null  Download...
View ArticleError with Procedure output
 > >  (1)> > > (2)> (3)>  Download test3.mwWay i get the wrong output with procedure S1(uu)Â
View ArticleHow to prevent output from being displayed in itallics
Hi I need to know how to alter my input as to prevent certain things from being displayed in italics, but not others, for example,I type gcd(x,y) as input, I want the variables x and y to be displayed...
View ArticleVery wrong result, please help
I wanted to investigate this sum. can someone please help me identify why my code is producing the erroraneous output of 1/2 for every number, despite everything aside from the final computation being...
View ArticleError, incorrect number of arguments to _Inert_FORFROM
Hello Dr/Pof/ColleaguePlease help me on the ODE BVP problemmy target i want RUN double loop > > > > (1)> (2)> > > > (3)> > Error, incorrect number of arguments to...
View ArticleK & C syntax not + & -
Hi I am having problems with the syntax/symbols i maple. I down know what "setting" has changed but + and - and so on, has change to K and C. anyone know how to fix this?RegardsMortenÂ
View ArticleCombining log10
How do I combine log10 terms. I can do it with natural logs but I have not been able do do it with log10.   Â
View ArticleMaple workbook: Bad output
Hello,every time I input a formula I get:Typesetting:-mparsed(x^2 +5 -2,x^2+3; "_noterminate")I can't get rid of this error: this is very basic, what happened?TIA, RobertoÂ
View Articleon the syntax of eval(diff(u(x,t),x=0).....
Why  eval(diff(u(x,t),x),x=0)=A(t)givesBut eval(diff(u(x,t),x),x=L)=A(t)givesI was expecting the same syntax in both cases. It seems for numbers Maple uses the first syntax and for symbols it uses the...
View ArticleI m Beginner and got this problem
 write a programe for fractional calculus and it shows subscript error plzz help me with that
View ArticleHow to read Help on Eigenvectors
In the snip from Maple help: please expaln (a) the meaning, (b) how do I enter e1..-1,2 in the last statement?Thanks
View Articlethanks my problem solved by Maple experts thanks maple prime I m Beginner and...
 write a programe for fractional calculus and it shows subscript error plzz help me with that
View ArticleHow can I put different axis labels?
I use the command 'labels = [x, Im(f)]'to change the labels of my plots, but this time I need to put some "different" characters. i. e., \^{c} (in LaTeX notation).How can I do this on Maple?
View ArticleMAPLE Beginning Error - Please HELP
Hello everyone,I am beginner to use MAPLE. I am trying write a mathematical variable such as x. I was trying to calculate simple mathematical equation like "3+5", it is ok. However, when I try to write...
View Articlehidden characters in worksheet
Two lines that look the same, produce different results. The first lines gives an error message, but the next line that looks the same, does not.copying and pasting both lines in Notepad reveals the...
View Article2D weirdness
Here is a simple procedure that works fine if entered using 1D Maple input> Q:=proc(x) sin(x) end proc; but if you use 2D math input> q:=proc(x) sin(x);Â end proc;Error, unterminated procedure...
View ArticleHow do I solve the error described below under Your Question?
restart; with(LinearAlgebra); help("&x"); `&x` := proc (x, y) options operator, arrow; 2*x+3*y end proc;`&x`(a, b);[x[1], y[1]]+[x[2], y[2]];Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â [x[2] + x[1], y[2] +...
View ArticleWhy is Maple registering &t as a neutral operator and not the tensor product?
Hey,I have just started using Maple for my university project and I am follwing this guide https://www.maplesoft.com/support/help/maple/view.aspx?path=DifferentialGeometry%2FTensor%2FKillingVectors to...
View Article