Skip to main content
15-Moonstone
April 1, 2021
Question

Error Symbolic

  • April 1, 2021
  • 2 replies
  • 10501 views

Dear all
I try solve as symbolic but error have another way to solve that problem ?

and I don't how show solution
help me
Thank u

SPRstructur_0-1617278337731.png

 

2 replies

23-Emerald IV
April 1, 2021

The double integral (your first error in the picture) is solved. The result is just too big to be displayed.

The solve for variables is badly formatted. You should just solve for a1 if that is what you need, so leave OFF the (a,b,x,y). You should just have

solve, a1

IF if, if a solution is found, it will be a function of a, b, x, y, q and D.

You can make that explicit by assigning the symbolic result to a function a1 of these variable, that is by writing:

a1(a,b,x,y,q,D) := <the double integral symbolic solve>

Also here be prepared that the solution may be too large to display...

 

Success
Luc

 

PS: You had symbolically derived the function w(x,y,a1,a,b). Why did you redefine it without a1,and without pi in the arguments to the (co)sine functions before taking the double integral?

23-Emerald IV
April 1, 2021

Apart from all that, it should be simple and solvable by Prime also (Maybe the new symbolic processor is spoiling the fun here). If I did not make a mistake, this is:

LucMeekes_0-1617282528539.png

Which gives:

LucMeekes_1-1617282553559.png

And then:

LucMeekes_2-1617282582169.png

 

Two solutions, I assume the null solution can be discarded. That leaves:

LucMeekes_4-1617282635526.png

Success!
Luc

 

15-Moonstone
April 1, 2021

can I have your file?

23-Emerald IV
April 1, 2021

Sure, see above.

I wonder what the file looks like after conversion in/to Prime, so be sure to feed that back.

 

Success!
Lyc