Solver Graphing a cubic equation
Algebra
->
Graphs
-> Solver Graphing a cubic equation
Log On
Algebra: Graphs, graphing equations and inequalities
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Graphing a cubic equation'
This Solver (Graphing a cubic equation)
was created by by
Shin123(626)
:
View Source
,
Show
,
Put on YOUR site
About Shin123
:
Just a kid who solves math problems for fun :)
==section input Graph *[input a=1]x<SUP>3</SUP>+*[input b=1]x<SUP>2</SUP>+*[input c=1]x+*[input d=1]=0 ==section solution Here’s the graph, {{{graph(1000,1000,-40,40,-40,40,y=($a)x^3+($b)x^2+($c)x+$d)}}} ==section output ==section check