z_transforms



Robert Dodier wrote:
> On 2/14/09, Doug Stewart <dastew at sympatico.ca> wrote:
>
>   
>>  Thank You !!!!
>>     
>
> I'm glad to hear it;s useful to you.
>
>   
>>  here is one example that needs a little polish :-)
>>
>>  with the "-"  in the exponential it doesn't work
>>
>>  (%i77) apply_z_transform (z_transform (a+b*(e^(-p*T))^(m) , m, z));
>>     
>
> Did you mean to write %e^x or exp(x) instead of e^x ?
> I think with the existing rules, it can be solved with %e^x or exp(x).
>   
Yes it does work with exp( -a m)

I have been trying to add a rule that would work with b^(-a*m) but no 
success yet.

I think (b^-a)^m  gets changed to (1/ b^(a))^m before it gets to 
z_transform.

Any way I am just trying to learn more. what you provided worked for the 
question that I had.

Thanks again!
Doug


> That said, it should work for anyway; I 'll try to add some rules
> for that.
>
> best
>
> Robert
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
>
>