Download APPLIED MATHEMATICAL PROGRAMMING IN MATHCAD

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the work of artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
EMMA
APPLIED MATHEMATICAL
PROGRAMMING IN MATHCAD
(MATH. VILLAGE, SIRINCE TURKEY)
Reinhard Pfoser
Pros of MC:
•
•
•
•
numerical processor
add-ons & interfaces
programming methods
scientifical words processor
2
emma / reinhard pfoser: applied mathematics & programming in mathcad
may 2016
Experiment with
• pseudocode in MC
surface = main programm
user-function = subprogramm
• functions in C / C++
MC library with DLLs
3
emma / reinhard pfoser: applied mathematics & programming in mathcad
may 2016
Pseudocode with 10 operators
• programm = function with
return values (scalars,
vectors, matrices or strings)
• most common control
structures
• error messages
4
emma / reinhard pfoser: applied mathematics & programming in mathcad
may 2016
Useful and powerful for
•
•
•
•
define comp. functions
numerical analysis
approximate methods
statistical evaluation
5
emma / reinhard pfoser: applied mathematics & programming in mathcad
may 2016
User functions:
6
emma / reinhard pfoser: applied mathematics & programming in mathcad
may 2016
Recursiv mit error messages
ÜBUNG
7
emma / reinhard pfoser: applied mathematics & programming in mathcad
may 2016
Hypotheses
testing:
8
emma / reinhard pfoser: applied mathematics & programming in mathcad
may 2016
Programm sequences in a special
structure:
ÜBUNG
emma / reinhard pfoser: applied mathematics & programming in mathcad
9
may 2016
Program for secant method:
10
emma / reinhard pfoser: applied mathematics & programming in mathcad
may 2016
MC programm function becomes
necessary and helpful, especially
• in comparison of different
approximate methods
• finding approximate solutions
of non-linear equations
• define composite functions
11
emma / reinhard pfoser: applied mathematics & programming in mathcad
may 2016
Functions in C / C++
you need:
• MC specific data types
• special features and routines
to generate DLLs
• visual studio or another IDE
12
emma / reinhard pfoser: applied mathematics & programming in mathcad
may 2016
e.g. “Function for the THD root mean
square”:
13
emma / reinhard pfoser: applied mathematics & programming in mathcad
may 2016
PROGRAMMING IN OR WITH
MATHCAD OFFERS
Reinhard Pfoser
Related documents