Adept Scientific - English
The world's best software and hardware for research, science and engineering.
flag arrow
clearclear

 Adept Store | register Join My Adept | Flags  
Adept Scientific | Amor Way | Letchworth Garden City | Herts | SG6 1ZA | Tel: +44 (0)1462 480055  
UKdedksvnofi
Home
Products
Training
Events
 Buy Online
Downloads
Academic Discounts
Support
My Adept
International |  About Us |  Adept Scientific Blog |  Contact Us |  Press Room |  Jobs
Adept Scientific on Facebook Adept Scientific on Twitter Adept Scientific on YouBube Adept Scientific on LinkedIn


The Next Steps

• Ask us a question
• Watch Maple Video Demonstrations
• Buy Maple Now
• View Maple Pricing
• Download a Brochure
• Request a Brochure
• Request an Evaluation
• Meet Our Team
• Read our RSS Feeds

Learn More

Maple Home
Maple 16 Overview
Maple 16 Professional
Maple 16 Academic
Maple 16 Student Use
What's New in Maple 16
Maple New Features
Datasheet

Maple History
Recorded Online Seminars

MapleSim
MapleNet
Maple T.A.
BlockImporter™
Maple Toolboxes

Maple Rave Reviews
Maple Study Guides
Books about Maple
System Requirements

Latest Information

New Features: Professional
New Features: Academic
Maple Features
The Maple Reporter Online

Service & Support

Maple Primes
blogs, forums etc

Elite Maintenance Program
Application Centre
Powertools
Search the Knowledge Base
Technical Support request

List Archives >  Maple User Group List Archive >  Archive by date >  This Month By Date >  This Month By Topic

[MUG] invztrans question

Search email archive for  

[MUG] invztrans question
Author: Ray Vickson    Posted: 28/03/2000 19:17:18 GDT
>> From: Ray Vickson

When inverting some z-transforms, Maple V.1 gives me terms of the form
(a+I*b)^n, (with floats a and b), but it is important to me to have them
in the form r^n * cos(n*w) and r^n * sin(n*w) instead (especially since
the result should be real, but has a very small imaginary part due to
'evalf's'). How can I coerce Maple to give me my preferred form? I've
tried simplify(*,'trig'), but it doesn't do what I want, even with n
declared integer.

RGV

[MUG] Re: invztrans question
Author: Maple Group    Posted: 31/03/2000 15:09:34 GDT
>> From: Maple Group

-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-

Date: Wed, 29 Mar 2000 12:49:20 -0500
From: Ray Vickson
To:
Subject: invztrans question

Sorry for the stupid question below. Using 'evalc" does just what I want.

RGV

| When inverting some z-transforms, Maple V.1 gives me terms of the form
| (a+I*b)^n, (with floats a and b), but it is important to me to have them
| in the form r^n * cos(n*w) and r^n * sin(n*w) instead (especially since
| the result should be real, but has a very small imaginary part due to
| 'evalf's'). How can I coerce Maple to give me my preferred form? I've
| tried simplify(*,'trig'), but it doesn't do what I want, even with n
| declared integer.
|
| RGV



-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-

Date: Wed, 29 Mar 2000 20:46:51 +0100
From: Paulo Avilez Valente
To:
Subject: invztrans question

Just use evalc(argument)

Paulo Avilez-Valente


-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-

Date: Wed, 29 Mar 2000 13:45:29 -0800 (PST)
From: Robert Israel
To:
Subject: invztrans question

I hope you mean Maple V Release 5.1, not Release 1. I think the following
procedure should do what you want.

> polarpow:= proc(x)
local a, b, m, r, w, S;
if
patmatch(x, ((a::realcons) + I*(b::realcons))^(m::algebraic), S)
then
r := subs(S, sqrt(a^2 + b^2));
w := evalf(subs(S, arctan(b/r, a/r)));
m := subs(S,m);
r^m*(cos(m*w) + I*sin(m*w))
elif type(x, {`^`, `*`, `+`}) then map(polarpow, x)
else x
fi
end;


Robert Israel
Department of Mathematics http://www.math.ubc.ca/~israel
University of British Columbia
Vancouver, BC, Canada V6T 1Z2





-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-

Date: Thu, 30 Mar 2000 11:38:55 +0200
From: Barsuhn
Subject: invztrans question
To:

Dear Ray,
use evalc, as is shown in the example:
z:=2.3+I*7.8;z^n;evalc(%);
All the best Jurgen

--
-------------------
Prof. Dr. Jurgen Barsuhn
Fachhochschule Bielefeld
University of Applied Sciences
Fachbereich Elektrotechnik und Informationstechnik
D-33511 Bielefeld
-----------




Previous by date: [MUG] Increasing the size of Maple plots..., Rafael Espericueta
Next by date: [MUG] Maple r4 ->Maple r5 ->Maple r4 problems, Ron Grimmer
Previous thread: [MUG] Error Function,  Becker, Thomas
Next thread: [MUG] Maple r4 ->Maple r5 ->Maple r4 problems, Ron Grimmer



Ready to buy?

For more pricing information:
Visit our webstore, call us on +1 800 724 8380 or email us at info@adeptscience.com

Featured Downloads

Maple 16 & MapleSim 5 Professional Brochure
Maple 16 Academic Datasheet
Maple 16 & MapleSim 5 Academic Brochure
Maple 16 What is New datasheet
Maple 16 Professional Datasheet
Maple Whitepaper: Driving Innovation - How mathematical modeling and optimisation increase efficiency and productivity in vehicle design.
MapleSim Whitepaper - Technological Superiority in Multi-Domain Physical Modelling and Simulation

Latest Downloads

Maple 16 Programming Guide
Maple 16 User Manual
Maple 16 Academic Datasheet
Maple 16 Professional Datasheet
Maple 16 & MapleSim 5 Academic Brochure

Product Reviews

"Without the Maple software, we would have to spend weeks generating the equations of motion for every experiment. Then the chances that we did it right would basically be near zero. There would always be a mistake somewhere. It is very difficult to set up a dynamic motion model by hand."
- Jean-Claude PiedBeouf, Ph.D Manager of Robotics, Canadian Space Agency

"Its very good - highly accurate and easy to use. The speed of Maple allows me to change equations and quickly reintegrate them into the application, so more possibilities can be explored to achieve the precise effect desired."
Shawn Neely, Senior R & D Director for PDI/Dreamworks

Latest News

Connectivity to major CAD systems extended in Maple 16
MapleSim Breaks New Ground in Hardware-in-the-Loop real-time simulation for planetary rovers
MapleSim Breaks New Ground in Hardware-in-the-Loop real-time simulation for planetary rovers
Maths software usability reaches new heights with Maple 16
"MapleSim was an eye-opener for us.
adept

Top of the Page

Popular Links: ChemDraw | ChemOffice | Data Acquisition | Data Analysis | EndNote | Maple | MapleSim | Mathcad | MathType | Quality Analyst | Reference Manager | VisSim

EU ePrivacy Directive | Our Privacy and Terms and Conditions Statement
All Trademarks Recognised. Copyright © 2012, Adept Scientific plc.
Site designed and maintained by Lyndon Ash

Adept Scientific | Amor Way | Letchworth Garden City | Herts | SG6 1ZA | Tel: +44 (0)1462 480055