Maple Issues: Finding Intersection Points

 

Suppose you have two functions and wish to find their intersection points. If f and g are two such functions first define them like the following:

f := log(x+1);
g := x^2;
 

Then use the following command to get intersection points:

 

Student[Calculus1][Roots](f-g, x, numeric)

Maple Issues Index

Main Index

Last updated: 11/7/2019 SS/DAG