I'm trying to construct some tickmarks. I have so far found a way to do a "hat", where I use:
conjugate(alpha)
I also need to put a subscript and a superscript on that. Any ideas?
Cheers,
Christian
I'm trying to construct some tickmarks. I have so far found a way to do a "hat", where I use:
conjugate(alpha)
I also need to put a subscript and a superscript on that. Any ideas?
Cheers,
Christian
Is it possible to define a variable and using a superscribt in the variable name?
Another question: Is it possible to define a variable with using a subcribt of 2 thetas besides each other?
if i write sigma[rr]:= it has no problem, but if i write sigma[thetatheta] then it only writes thetatheta as the subscribt and not the 2 symbols besides each other. Is there a way to fix this?
see picture for clarification:
I know that that i could just define my variable differently, but it would be nice to be able to do it right.
Is it possible to print an asterisk in a superscript? For example, the plot
plot(x^2,x=-1..1,tickmarks=[[1/2=x^*],[1='a']]);
has at the tickmark x=1/2, but I'd like it to be x*.
Thanks!
Hi!
How do I input a literal superscript?
I know that for a literal subscript it'll be CTRL+SHIFT+_ , but what about a literal superscript? I've tried the CTRL+^ but it doesn't work.
Thanks in advance!
/puckie
Often, I'd like to use variable names that look like expressions. Is there a way to convert them to some form of inert form or as some sort of literal (so that they are not a mathematical expression) ?
Such as,
a1(2)
Can't type it here, but I wanted 'a' subscript 1 superscript (2). I'd like it to not be a1 squared.
Basically, I'd like the subscripts and superscript to not mean anything mathematically . . . And, I use a1^(3), a1^(1), a2^(1), a2^(2), a2^(3), b2^(3), etc.
Thanks, for any suggests.
Cheers !!
How can I quickly convert a maple file ful of equations into MathML in Word, nt losing the upper and lower index structure - basically to be able to count each letter in MS Word 2013?
When I tried via Latex or MathML, I have lost the letter structure and got the conversion as an image.
Hello,
I would like to know how one would add a superscript in maple? For example, I need to label an axis with unit cm^-1 but it shows 1/cm (like a fraction) when executed. How could I avoid this so the graph label would output cm^-1? Thank you for your help in advance!
Gambia Man
Does anyone know what the default function is for the pre-subscript and pre-superscript? I would like to use them for a variable name to represent the local reference frame and global reference frame in my multibody calculations. Thanks
What is the difference between the Expression Palette and the Layout Palette? First I thought that the Layout Palette is supporting the entering of names with e.g. sub- and superscripts, but I learned (the hard way) that the templates of the Layout Palette are "mathematically active".
What is the meaning of the colours green and violett in both palettes?
Hello everyone.
I was wondering if anyone knew of a way to have a supscript+superscript layout on the left hand side of the equation in 1D math?
When I try to use (A)[b]^(c) from the layout palette it does not allow me to use it in 1D Math, and when using it in any of the math types (1D and both of the 2D options) it is not accepted on the left hand side of the equation.
I am writing a project where we use transformation matrices, and I seem to be unable to define them as they are supposed to be. I am left with T__40 when I want to write (T)[4)^(0).
Help would be very much appreciated.
I'm trying to construct some tickmarks. I have so far found a way to do a "hat", where I use:
conjugate(alpha)
I also need to put a subscript and a superscript on that. Any ideas?
Cheers,
Christian
I've looked up previous answers to this but __ double underscore only works in math input, and ctrl + shift + ^ or ctrl + shift + _ does not seem to work. I'm using Maple 18, windows computer.
Dear all,
I want to create a superscripted and subscripted variable in 1-D math. I know that I can establish a subscripted variable by using double “_”, for example, the execution of the following command causes assignment 2 to u__b, in which b is the subscript of u.
u__b:=2;
However, I don’t know any way to create either a superscripted variable or a variable having both the subscript and superscript in 1-D math.
Can anyone help me?
Best wishes
Attached is a worksheet containing a simple assignment that gives an "illegal use of an object as a name" error. I created the superscripted name in the following way.
1) type b.
2) click on the Insert|Typesetting|Superscript item in the insert menu.
3) enter 1 at the cursor in the superscript position.
4) the result is a name b with superscript 1, but this symbol does not constitute a valid name for an assignment.
Hello,
I would like to know how one would add a superscript in maple? For example, I need to label an axis with unit cm^-1 but it shows 1/cm (like a fraction) when executed. How could I avoid this so the graph label would output cm^-1? Thank you for your help in advance!
Gambia Man
I am trying to use the perpendicular symbol ⊥ as a superscript. Can this be done? For somereason the document will not displat?
Maple Worksheet - Error
Failed to load the worksheet /maplenet/convert/Q_10-12-22_Polar_point_line_symbol.mw .
Dear Maple Users:
Could you help in the following question?
How do I use a symbol as a subscript, e.g. A_*, to label an axis?
Hi:
In a plot title, I want A^(1)(x) to appear - that is, the first derivative of the function A(x) with the "1" enclosed in brackets because that is the standard notation for derivatives of the special function A.
Alternatively, I'll be happy to use A'(x) - and I know that there are calculus characters on the pallet that are supposed to do that, but they all just become Diff and that is no good for other reasons.
So, here is the closest I've come:
Test:=plots[textplot]([3,3,typeset(A^[1],"(x)")]);
and that almost works, except if I change the [1] to (1), Maple tries to evaluate it as an expression and it disappears. If I change 1 to 2 it works fine, except I want the first derivative.
I've tried quotes, uneval, backquotes and all I get is an error or the quotes showing up as text.
Does anyone know how to do this?
Thank you.
When I annotate a MapleFlow worksheet, I would like to typset some text as a superscript or a subscript for clarity, and to match the math expression. Is there a method to format text using superscripts and subscripts?
I can't combine standard font and Greek symbols in a plot legend. I want to type:
"Limit of X_{i}^{\rho=0} (\alpha\mapsto+\infty)>0"
where I used LaTeX notation to emphasise that I want (1) superscript and subscript of X displayed as aligned exactly on top of each other, (2) rho, alpha, mapsto-style arrow, and infinity typed in their respective symbolic forms.
thanks!