A Python Complex Analysis Program

Slides:



Advertisements
Similar presentations
Solving Equations = 4x – 5(6x – 10) -132 = 4x – 30x = -26x = -26x 7 = x.
Advertisements

7. Roots and Radical Expressions
Day 5 Simplify each expression: Solving Quadratic Equations I can solve quadratic equations by graphing. I can solve quadratic equations by using.
4.8 Quadratic Formula and Discriminant
Table of Contents Quadratic Equation: Solving Using the Quadratic Formula Example: Solve 2x 2 + 4x = 1. The quadratic formula is Here, a, b, and c refer.
13-1 Introduction to Quadratic Equations  CA Standards 14.0 and 21.0  Quadratic Equations in Standard Form.
9.4 – Solving Quadratic Equations By Completing The Square
6.8 –Systems of Inequalities. Just like systems of equations, but do the inequality part!
Notes Over 5.4 Imaginary Numbers.
Solving Quadratic Equations (finding roots) Example f(x) = x By Graphing Identifying Solutions Solutions are -2 and 2.
5.6 Complex Numbers. Solve the following quadratic: x = 0 Is this quadratic factorable? What does its graph look like? But I thought that you could.
Section 3.2 Beginning on page 104
5.4 Complex Numbers Until now, you have always been told that you can’t take the square root of a negative number. If you use imaginary units, you can!
6.5 – Solving Equations with Quadratic Techniques.
3.5 – Solving Systems of Equations in Three Variables.
Unit 2 Solving Polynomials by Taking the Square Root.
Whiteboardmaths.com © 2008 All rights reserved
Solving Quadratic Equations by Factoring. Solution by factoring Example 1 Find the roots of each quadratic by factoring. factoring a) x² − 3x + 2 b) x².
Solving Quadratic Equations
5.6 Quadratic Formula & Discriminant
5.6 Solving Quadratic Function By Finding Square Roots 12/14/2012.
Review – Quadratic Equations All quadratic equations do not look the same, but they all can be written in the general form. y = a·x 2 + b·x + c where a,
Chapter 10.7 Notes: Solve Quadratic Equations by the Quadratic Formula Goal: You will solve quadratic equations by using the Quadratic Formula.
Learning Task/Big Idea: Students will learn how to find roots(x-intercepts) of a quadratic function and use the roots to graph the parabola.
1) What does x have to be for 3x = 0? 1) What does x have to be for 3(x -2) = 0 2) What does x have to be for (x–2) (x+3) = 0.
Example: 3x 2 + 9x + 6. Solving Quadratic Equations.
Review of Definitions.
Lesson 10.5 Factoring Objective: To factor a quadratic trinomial of the form Factoring a trinomial is the opposite of multiplying two binomials. Example:
To add fractions, you need a common denominator. Remember!
5.3 – Solving Quadratic Equations by Factoring. Ex. 1 Solve y = x 2 + 5x + 6 by factoring.
Table of Contents Solving Quadratic Equations – Quadratic Formula The following shows how to solve quadratic equations using the Quadratic Formula. A quadratic.
Solving Quadratic Equations – Quadratic Formula The following shows how to solve quadratic equations using the Quadratic Formula. A quadratic equation.
SOLVING QUADRATIC EQUATIONS Factoring Method. Warm Up Factor the following. 1. x 2 – 4x – x 2 + 2x – x 2 -28x + 48.
Solving a Trigonometric Equation Find the general solution of the equation.
2.1 – Linear and Quadratic Equations Linear Equations.
Notes Over 5.6 Quadratic Formula
4.8 “The Quadratic Formula” Steps: 1.Get the equation in the correct form. 2.Identify a, b, & c. 3.Plug numbers into the formula. 4.Solve, then simplify.
Chapter 4 Section 8 Complex Numbers Objective: I will be able to identify, graph, and perform operations with complex numbers I will be able to find complex.
5.9 Complex Numbers Alg 2. Express the number in terms of i. Factor out –1. Product Property. Simplify. Multiply. Express in terms of i.
Solving Quadratic Equations – Part 2 Quadratic Formula - another way to solve quadratic equations based on the standard form for a quadratic equation It.
WARM UP What are the solutions of each equation? 1.) x = 4 2.) x = 0 3.) x 2 – 49 = 0.
The Quadratic Formula..
10.4 Solving Factored Polynomial Equations
3.3 – Solving Systems of Inequalities by Graphing
Solving Quadratic Equations by the Complete the Square Method
4.8 Complex Numbers Learning goals
Complex integers? Here a and b are integers.
Ex. Factor a) x2 + 5x + 6 b) x2 + 3x – 40 c) 5x2 – 17x + 6 d) 9x2 – 25.
Complex Numbers and Roots
Notes Over 9.6 An Equation with One Solution
6-2 Solving Systems Using Substitution
A quadratic equation is written in the Standard Form,
5.6 The Quadratic Formula and the Discriminant
Section 1.5 Quadratic Equations
4.8 The Quadratic Formula and the Discriminant
Quadratic Functions and Equations
2 Understanding Variables and Solving Equations.
Notes - Solving Quadratic Equations in Factored Form
Solving Quadratic Equations by Factoring
Simplify each expression.
Day 2 Write in Vertex form Completing the Square Imaginary Numbers Complex Roots.
Quadratic Equations.
5.4 – Complex Numbers.
Quadratic Formula.
Section 4.7 – Quadratic Formula
9-5 Factoring to Solve Quadratic Equations
Notes Over Using Radicals
Complete the Square January 16, 2017.
X ⦁ X = 64 ±8 ±14 X ⦁ X ⦁ X =
Presentation transcript:

A Python Complex Analysis Program Leah Winfrey

Why I chose to do this Wolframalpha Learn more about the properties of complex numbers

Options Simplify a complex equation Modulus of a Complex Number Ex: -34i^5 + 87i^1834 = -87 - 34i Modulus of a Complex Number Ex: 15 - 2i = sqrt(229) = 15.1327 Polar form of a Complex Number Ex: sqrt(2) + 15i = (15.07, 84.6˚) Solve a quadratic equation with Complex Numbers az^2 + bz + c = 0 where a, b,c are complex numbers Ex: z^2 + (2i - 3)z + 5 - i = 0 Solutions: 1 + i and 2 - 3i

How to use it Download necessary computer software and download program here http://bit.ly/1Wj5aVh Use this link and run the program without the software http://bit.ly/1XOAiuA

1 = Simplify a complex equation How many terms are there? Enter the terms 2 = Modulus of a Complex Number What is the complex number? 3 =Polar form of a Complex Number 4 = Solve a quadratic equation with Complex Numbers What is the complex number of a? b? c?

1 = Simplify a complex equation How many terms are there? Enter the terms 2 = Modulus of a Complex Number What is the complex number? 3 =Polar form of a Complex Number 4 = Solve a quadratic equation with Complex Numbers What is the complex number of a? b? c?

1 = Simplify a complex equation How many terms are there? Enter the terms 2 = Modulus of a Complex Number What is the complex number? 3 =Polar form of a Complex Number 4 = Solve a quadratic equation with Complex Numbers What is the complex number of a? b? c? * we input: -9i^56, 56i^13, 984, -584i

1 = Simplify a complex equation How many terms are there? Enter the terms 2 = Modulus of a Complex Number What is the complex number? 3 =Polar form of a Complex Number 4 = Solve a quadratic equation with Complex Numbers What is the complex number of a? b? c?

1 = Simplify a complex equation How many terms are there? Enter the terms 2 = Modulus of a Complex Number What is the complex number? 3 =Polar form of a Complex Number 4 = Solve a quadratic equation with Complex Numbers What is the complex number of a? b? c? * we input: sqrt(56) + 48i

1 = Simplify a complex equation How many terms are there? Enter the terms 2 = Modulus of a Complex Number What is the complex number? 3 =Polar form of a Complex Number 4 = Solve a quadratic equation with Complex Numbers What is the complex number of a? b? c?

1 = Simplify a complex equation How many terms are there? Enter the terms 2 = Modulus of a Complex Number What is the complex number? 3 =Polar form of a Complex Number 4 = Solve a quadratic equation with Complex Numbers What is the complex number of a? b? c?

A few caveats to this program Option 1 (simplification) can only handle integer inputs and i-values Can’t use sqrt(x) or sqrt(x)i Can’t do (5 + 3i)^2 + (89 - 2i) Option’s 2 - 4 must be entered in x +/- yi form Can’t be x+yi Must do 1 + 0i for 1 OR 0 + i for i Can use sqrt(x) or -sqrt(x)!! http://bit.ly/1Wj5aVh (<-- download program) http://bit.ly/1XOAiuA (<-- website link)