Solver GRAPH absolute value
Algebra
->
Test
->
Lessons
-> Solver GRAPH absolute value
Log On
Test Calculators and Practice
Test
Answers archive
Answers
Word Problems
Word
Lessons
Lessons
Source code of 'GRAPH absolute value'
This Solver (GRAPH absolute value)
was created by by
ichudov(507)
:
View Source
,
Show
,
Put on YOUR site
About ichudov
:
I am not a paid tutor, I am the owner of this web site!
==section input Graph absolute value of function *[input 50 f=x^2-4] ==section solution perl $a=1; my $g = "graph( 400, 400, -10, 10, -10, 10, abs( $f ) ) "; print "{{{$g}}}<BR><CODE>$g</CODE><BR>\n"; ==section output a ==section check f=1 a=1 ==section practice perl $f = randint( 1, 3 ) . "x+(" . randint( -5, 3 ) . ")";