Capture Design Intent
A Maple document combines live math, text, images and plots in a single document. In effect, Maple captures the inherent assumptions and thought process behind an analysis, as well as the calculations.
Learn More Maple’s technical documentation environment
High-Level Symbolic and Numeric Math
Maple offers practical high-level tools for numeric and symbolic math, data analysis, and programming. These tools are designed for both simple and complex engineering problems.
- Numerically solve the equations for stub matching
- Symbolically manipulate the transfer functions that arise from circuit analysis
The symbolic and numeric math engines are seamlessly connected; parameters, equations and calculations can fluidly flow between the two. This means you can derive and numerically evaluate your equations in a single cohesive workflow.
Moreover, Maple’s programming language benefits from an interactive development environment and can use any of Maple’s high-level math tools.
- Code is faster to develop, debug and verify
- Can use Maple’s high level math functions, and
- Is easier to read by humans
Reduce Calculation Risk with Units
Nearly every single quantity an electrical engineer encounters – whether it’s a resistance, voltage or a length - has a unit. Units are fluidly integrated into Maple, and can be used in simple calculations as well as numeric equation solving, optimization and visualization.
volt := 5.2V :
curr := 3.2A :
power := curr volt= 16.64 W
Using units in calculations removes the risk of introducing unit conversion errors, and also acts as a check on the physical validity of the equations.