CurveSketchSteps - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Student[Basics]

  

CurveSketchSteps

  

show steps in the plotting of a specified expression

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

CurveSketchSteps(ex, opts)

Parameters

ex

-

expression or string

opts

-

options of the form keyword=value where keyword is one of displaystyle, output

Description

• 

The CurveSketchSteps command is used to show how a student might plot a basic expression.

• 

This command handles linear and quadratic polynomials in one variable, as well as single trig, log, 1/x and exponentials that are shifted and scaled. It does not support combinations of these functions and works best when the input is already simplified.

• 

To avoid automatic simplifications the input expression can be given as a string. For example, calling CurveSketchSteps(cos(x-Pi/2)) will first evaluate cos(x-Pi/2) to sin(x) using normal Maple evaluation rules.  Instead, call CurveSketchSteps("cos(x-Pi/2"), to internally make use of InertForm:-Parse and avoid this simplification.

• 

The displaystyle and output options can be used to change the output format.  See OutputStepsRecord for details.

• 

This function is part of the Student:-Basics package.

Examples

(1)

(2)

(3)

https://learn.maplesoft.com/d/GSFGIHMLARGPFKFTJPNMOFENFUEHOLNUBJBIFUIMORFQFHHRFIGUJPIFNHCRJLAOERDSHUNHJOJNAODNEMNUFKOHFKLJIPCOIJCU

Compatibility

• 

The Student[Basics][CurveSketchSteps] command was introduced in Maple 2022.

• 

For more information on Maple 2022 changes, see Updates in Maple 2022.

See Also

Student:-Basics

Student:-Basics:-FactorSteps

Student:-Basics:-LinearSolveSteps

Student:-Basics:-OutputStepsRecord

Student:-Calculus1:-ShowSolution

Student:-Calculus1:-ShowSteps

 


Download Help Document