using_sage_to_teach.rst
changeset 267 31fc2f22ff30
parent 255 75fd106303dc
equal deleted inserted replaced
266:8018779e02b7 267:31fc2f22ff30
     9  * How to use SAGE for 2D and 3D plotting 
     9  * How to use SAGE for 2D and 3D plotting 
    10  * How to use interactive features of SAGE for better demonstration
    10  * How to use interactive features of SAGE for better demonstration
    11  * How to use SAGE worksheets for collaborative learning
    11  * How to use SAGE worksheets for collaborative learning
    12  * How to use typesetting in sage for neater outputs
    12  * How to use typesetting in sage for neater outputs
    13 
    13 
       
    14 2D
       
    15  * plot
       
    16  * parametric_plot
       
    17  * polygon
       
    18  * line
       
    19 3D
       
    20  * plot3d
       
    21  * parametric_plot3d
    14 {{{ Pause here and try out the following exercises }}}
    22 {{{ Pause here and try out the following exercises }}}
    15 
    23 
    16 %% 2 %% change the label on y-axis to "y" and save the lines of code
    24 %% 2 %% change the label on y-axis to "y" and save the lines of code
    17         accordingly
    25         accordingly
    18 
    26