
Maple
Powerful math software that is easy to use
• Maple for Academic • Maple for Students • Maple Learn • Maple Calculator App • Maple for Industry and Government • Maple Flow • Maple for Individuals
Power systems engineers are critical to power supply and generation. They work at utility companies, wind turbine manufacturers, as well as aerospace and defence companies. Electrical power systems engineers find fault failures in power networks, design substations, work on power system protection, do load flow analysis, protect against arc flashes and more.
These engineers need validated tools that help them solve complex problems – and a mathematics tool is central to this work. Math and data analysis tools may be used for simple design calculations, data analysis, and more intensive mathematical tasks.
Maplesoft has developed Maple with features that specifically address the needs of electrical power systems engineers, such as:
Learn More Maple’s technical documentation environment
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.
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.
Almost all quantities encountered by power systems engineers – 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.
Heat is generated when current flows through a cable. The ampacity of a cable is the amount of current a cable can carry without exceeding its temperature rating. Accurately estimating ampacity is critical to minimizing the total lifetime cost of a cable installation.
This application implements the Nehers-McGrath equations and cross-checks the results against those tabulated in the National Electrical Code (2017); the good agreement means that this worksheet can be the basis of more complex cable ampacity calculations.
Using numeric and symbolic techniques, this application uses Maple’s built-in units system to show standard units throughout the calculations.
This application uses Maple to analyze a five-bus power system, and calculate the voltages and powers (real and reactive) at each bus.
For larger power systems, there can potentially be thousands of buses, and efficient numerical techniques are needed to solve the system nonlinear equations. Dedicated tools are available to define and simulate larger power flow systems.
Smaller systems can be modeled and studied in Maple, to reinforce theory, investigate numerical techniques, or to try out different topologies.
This Maple application demonstrates two approaches to numerically solving the load flow equations:
Substation earthing systems are a grid of buried conductors, known as an earth mat. The grounding of substations is very important for both personnel safety and to provide a discharge route for the overall power system.
This application calculates the cross-section of metallic tape to earth a conductor for a 110/30 kV substation.
Using Maple, the application follows EN 50522:2010 and IEC 60287-3-1, and features natural math notation and units throughout the calculations.
The Maple worksheet can also be converted to an interactive application with buttons and sliders, and can be deployed free of charge using the Maple Player.
Using Maple, you can numerically invert the Laplace transforms that describe the voltage and current in a transmission line. This requires fast, efficient numerical algorithms, fluidly connected to a broader toolset of plots and documentation.
The Laplace transforms are based on the Telegrapher’s Equations, which are a pair of coupled partial differential equations.
The results describe the transient variation of current and voltage at any point on the transmission line.