Texas Instruments 85 Graphing Calculator






Texas Instruments 85 Graphing Calculator: Linear Equation Solver


Texas Instruments 85 Graphing Calculator: Linear Equation Solver

Emulating a core feature of the legendary TI-85, this calculator solves systems of two linear equations with two variables and visualizes the result.

2×2 System of Linear Equations Solver

Enter the coefficients for the two equations in the form ax + by = c and dx + ey = f.



The ‘x’ coefficient in the first equation.


The ‘y’ coefficient in the first equation.


The constant in the first equation.


The ‘x’ coefficient in the second equation.


The ‘y’ coefficient in the second equation.


The constant in the second equation.


Graph of the two linear equations. The intersection is the solution.

What is the Texas Instruments 85 Graphing Calculator?

The Texas Instruments TI-85 is a programmable graphing calculator that was introduced in 1992. It was a significant step up from its predecessor, the TI-81, and was specifically designed for students and professionals in engineering and calculus. One of its most powerful features was its ability to solve complex systems of linear equations, handle matrices, and graph functions—tasks that were previously cumbersome to perform by hand. This online calculator replicates one of those key functions: solving a 2×2 system of linear equations, a fundamental task in algebra and science.

Formula and Explanation for Solving Linear Systems

This calculator uses Cramer’s Rule to find the unique solution to a system of two linear equations. Given a system:

ax + by = c
dx + ey = f

We first calculate the main determinant (D) of the coefficient matrix.

D = (a * e) – (b * d)

If D is not zero, a unique solution exists. We then find two more determinants, Dx and Dy:

Dx = (c * e) – (b * f)
Dy = (a * f) – (c * d)

The final solution for x and y is found by dividing these determinants by the main determinant:

x = Dx / D
y = Dy / D

Description of variables used in the calculation.
Variable Meaning Unit Typical Range
a, b, d, e Coefficients of the variables x and y Unitless Any real number
c, f Constants of the equations Unitless Any real number
D The main determinant of the coefficient matrix Unitless Any real number
x, y The solution variables Unitless Any real number

Practical Examples

Example 1: A Simple System

  • Inputs: a=1, b=1, c=5, d=2, e=-1, f=1
  • Equations: x + y = 5 AND 2x – y = 1
  • Results: The calculator finds the determinant D = -3. The solution is x = 2 and y = 3. This is the point where the two lines intersect.

Example 2: A System with Negative Coefficients

  • Inputs: a=3, b=-2, c=7, d=1, e=1, f=0
  • Equations: 3x – 2y = 7 AND x + y = 0
  • Results: The calculator finds the determinant D = 5. The solution is x = 1.4 and y = -1.4.

For more advanced matrix operations, consider a matrix inverse calculator.

How to Use This Texas Instruments 85 Graphing Calculator Simulator

Follow these steps to solve your system of equations:

  1. Identify Coefficients: For your two equations, identify the numbers corresponding to a, b, c, d, e, and f.
  2. Enter Values: Input these six numbers into their respective fields in the calculator. The inputs are unitless numbers.
  3. Calculate: Click the “Calculate Solution” button.
  4. Interpret Results: The primary result shows the values for ‘x’ and ‘y’. The intermediate values show the main determinant. The graph visually confirms this result by showing the intersection of the two lines.
  5. Use the Graph: The blue line represents the first equation, the red line represents the second, and the green dot marks the solution point (x, y). If the lines are parallel, there is no solution.

Key Factors That Affect Linear Equation Solutions

  • The Determinant: This is the most crucial factor. If the determinant is zero, the system either has no solution (parallel lines) or infinite solutions (the same line). Our calculator will report this. For solving higher-order systems, a polynomial root finder can be useful.
  • Coefficient Values: The coefficients determine the slope and position of each line. Small changes can dramatically shift the intersection point.
  • Parallel Lines: If the slopes of the two lines are identical (e.g., 2x + 3y = 5 and 2x + 3y = 10), they will never intersect, and no solution exists.
  • Coincident Lines: If the two equations are multiples of each other (e.g., x + y = 2 and 3x + 3y = 6), they represent the same line. There are infinite solutions.
  • Perpendicular Lines: Systems with perpendicular lines are often straightforward to solve and have a very clear, single intersection point.
  • Variable Dependencies: The relationship between the coefficients dictates the nature of the system. Understanding this is more important than the raw numbers themselves. An advanced tool like a eigenvalue calculator helps analyze these dependencies in larger systems.

Frequently Asked Questions (FAQ)

1. What was the Texas Instruments 85 graphing calculator known for?

The TI-85 was highly regarded for its powerful features tailored to calculus and engineering, including a robust equation solver, matrix math capabilities, and programmability in TI-BASIC.

2. What does a determinant of zero mean?

A determinant of zero means the system does not have a unique solution. The lines are either parallel (no solution) or coincident (infinite solutions).

3. Why are the inputs unitless?

In pure mathematics, the coefficients of a linear system are abstract numbers. They don’t represent a physical quantity like meters or kilograms unless you are modeling a specific real-world problem.

4. Can the TI-85 solve bigger systems, like 3×3 or 4×4?

Yes, the original TI-85 calculator could handle larger systems using its matrix editor and solver functions, which was a major selling point for the device.

5. How does this compare to a modern Texas Instruments 84 graphing calculator?

The TI-84 series, especially the TI-84 Plus CE, is a successor to the TI-85. It has more memory, a faster processor, a full-color display, and more built-in applications, but the core function of solving linear systems remains. For more details, see our TI-85 vs TI-84 comparison.

6. What happens if I enter non-numeric values?

The calculator’s JavaScript will detect that the input is not a valid number (NaN) and display an error message, preventing the calculation from running.

7. Can I find the intersection point just from the graph?

While the graph provides a great visual, for precise values you should always use the calculated results for x and y. The graph serves as a confirmation.

8. Is Cramer’s Rule the only way to solve these systems?

No, other methods like Substitution and Gaussian Elimination also work. However, Cramer’s Rule is a very systematic and formulaic approach that is easy to program into a calculator. Exploring Gaussian elimination can provide an alternative perspective.

Related Tools and Internal Resources

Explore other powerful tools for math and science:

© 2026 Your Website. All rights reserved. This calculator is for educational purposes and is not affiliated with Texas Instruments.



Leave a Reply

Your email address will not be published. Required fields are marked *