Solving Equations for One Variable in Terms of Others

Description

Using Sage to solve equations for one variable in terms of others.

Sage Cell

Code

x, a, b, c = var('x a b c')
solve([a*x^2 + b*x + c == 0],x)

Options

None

Tags

Primary Tags—Precalculus: Algebra of real numbers and simplifying expressions

Secondary Tags—Algebra of Real Numbers and Simplifying Expressions: Solving algebraic equations

Related Cells

Attribute

Permalink:

Author: Sage Tutorial v7.6

Date: 07 Jul 2017 16:13

Submitted by: Tom Judson

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License