C_R

1960 Reputation

19 Badges

5 years, 280 days

MaplePrimes Activity


These are questions asked by C_R

Q1: Why does Maple use the bar as a delimiter for certain elliptic expressions and the comma for others?

Is that in line with: Gradshteyn and Ryzhik (G&R) and in the popular "Handbook of Mathematical Functions" edited by Abramowitz and Stegun (A&S), as stated in help(JacobiAM)?      

Q2: Can I have the comma instead of the vertical bar for the Jacobian functions?

Q3: If not, how to get a bit more space between the symbols and the bar for better readability?

 

interface(version)

`Standard Worksheet Interface, Maple 2023.0, Windows 10, March 6 2023 Build ID 1689885`

(1)

FunctionAdvisor(relate, EllipticF, InverseJacobiSN)

EllipticF(z, k) = InverseJacobiSN(z, k)

(2)

Typesetting:-EnableTypesetRule(Typesetting:-SpecialFunctionRules)

{}

(3)

EllipticF(z, k) = InverseJacobiSN(z, k)

EllipticF(z, k) = InverseJacobiSN(z, k)

(4)

NULL


 

Download Argument_delimiter.mw

restart; interface(version)

`Standard Worksheet Interface, Maple 2023.0, Windows 10, March 6 2023 Build ID 1689885`

(1)

y(L) = (EllipticK((1/2)*sqrt(2*sin(`ϕ__0`)+2))-EllipticF(1/sqrt(sin(`ϕ__0`)+1), (1/2)*sqrt(2)*sqrt(sin(`ϕ__0`)+1))-2*EllipticE((1/2)*sqrt(2)*sqrt(sin(`ϕ__0`)+1))+2*EllipticE(1/sqrt(sin(`ϕ__0`)+1), (1/2)*sqrt(2)*sqrt(sin(`ϕ__0`)+1)))/sqrt(C)

y(L) = (EllipticK((1/2)*(2*sin(varphi__0)+2)^(1/2))-EllipticF(1/(sin(varphi__0)+1)^(1/2), (1/2)*2^(1/2)*(sin(varphi__0)+1)^(1/2))-2*EllipticE((1/2)*2^(1/2)*(sin(varphi__0)+1)^(1/2))+2*EllipticE(1/(sin(varphi__0)+1)^(1/2), (1/2)*2^(1/2)*(sin(varphi__0)+1)^(1/2)))/C^(1/2)

(2)

Typesetting:-EnableTypesetRule({"EllipticE", "EllipticF", "EllipticK"})

{}

(3)

y(L) = (EllipticK((1/2)*(2*sin(varphi__0)+2)^(1/2))-EllipticF(1/(sin(varphi__0)+1)^(1/2), (1/2)*2^(1/2)*(sin(varphi__0)+1)^(1/2))-2*EllipticE((1/2)*2^(1/2)*(sin(varphi__0)+1)^(1/2))+2*EllipticE(1/(sin(varphi__0)+1)^(1/2), (1/2)*2^(1/2)*(sin(varphi__0)+1)^(1/2)))/C^(1/2)

y(L) = (EllipticK((1/2)*(2*sin(varphi__0)+2)^(1/2))-EllipticF(1/(sin(varphi__0)+1)^(1/2), (1/2)*2^(1/2)*(sin(varphi__0)+1)^(1/2))-2*EllipticE((1/2)*2^(1/2)*(sin(varphi__0)+1)^(1/2))+2*EllipticE(1/(sin(varphi__0)+1)^(1/2), (1/2)*2^(1/2)*(sin(varphi__0)+1)^(1/2)))/C^(1/2)

(4)

NULL

Download Typesetrule.mw

I want to partially execute a large worksheet using to a point where I want to proceed with step-by-step execution . I am looking for a command that brings execution to a halt.

Threads:-Sleep(big number) and works but is there anything else that I could use.

In the same context: Execute worksheet removes all output. I would like to keep the output in the worksheet. Is that possible?

 

So far I have only noticed them for special functions.

For the case of Airy in 2D: Is possible the get for the input Ai(x) the output Ai(x) and not AiryAi(x)?

Sometimes this information is not needed. Example

(Int = int)(1/x, x = a .. 2, 'AllSolutions')

I had a look at help(interface).

First 6 7 8 9 10 11 12 Last Page 8 of 24