Gabriel Barcellos

40 Reputation

0 Badges

1 years, 235 days

MaplePrimes Activity


These are questions asked by Gabriel Barcellos

For any given function solely and exclusively given by exponentials, as follows (expression A1), I need to select the argument of each exponential and apply it to any function, for example COS(X)

A1 :=  exp(4*k)/4 + exp(2*k)/2 - exp(-2*k)/2 - exp(-4*k)/4+5

That is, we would have

A1':=cos(4*k)/4 + cos(2*k)/2 - cos(-2*k)/2 - cos(-4*k)/4+5

I know this result is zero, but this is a simple example. What is the best way to do this?

How to apply the following relationship in maple commands? In this physics this relation it's utilized in effective field theory

I need some command that simplifies the exponentials (or a series of commands) so that there is no power over power.

What's happening (exp(k))^2

What do I need exp(2k)

What would be the most appropriate method? Below is a photo of my code

1 2 Page 2 of 2