alvaro56300

25 Reputation

One Badge

4 years, 60 days

MaplePrimes Activity


These are questions asked by alvaro56300

Hello,

I have viewed on youtube the video "A Swift Introduction to Geometric Algebra" and i would like to start on the same subject with Maple but i don't even know to start !!

Do you have an idea how to start doing simple things like the "geometric product", operations on bivectors, trivectors....

Thanks

ps:  link to the video

https://www.youtube.com/watch?v=60z_hpEAtD8&ab_channel=sudgylacmoe

Hello,

I spent some hours to manipulate the Nabla operator as in textbook, but i have an issue.

Thank you for your help

First thing i did is :

with(Physics); with(Vectors);
 

I declare S0 and P0 as constant with

Parameters(S0,P0)

I have the expression

Exp := S0*(P(x, y, z, t) * - P0)

I apply the Nabla Operator and get

(%Nabla) S(x, y, z, t)) = S0*Nabla, P(x, y, z, t) * - S0*NablaP0

As S0 and P0 are constants, How to remove the S0*NablaP0 term  ?

I tried some combinations of expand and simplify.

Page 1 of 1