Using Maple in MathLab Line Edit Mode,

Locally or Remotely


To Use Maple in MathLab Line Edit Mode, Either:

  1. Log directly into a MathLab NeXT computer in 200SEO and double click on the Terminal icon (small picture of a computer display with "MACH" repeated on it),

    OR

  2. Remote login using the another networked computer on the Internet, with the command:

To enter Maple, type at the prompt:

Gives you the Maple message (if not, make sure your UNIX path includes the "/bin" directory by asking a consultant in MathLab.):
    |\^/|     Maple V Release 3 (NeXT Beta Test Site)
._|\|   |/|_. Copyright (c) 1981-1994 by Waterloo Maple Software and the
 \  MAPLE  /  University of Waterloo. All rights reserved. Maple and Maple V
 <____ ____>  are registered trademarks of Waterloo Maple Software.
      |       Type ? for help.
> 

Some sample Maple exercises:

  1. To solve an equation, type: Results in three roots:

    -1.306200277, .3205650277, 1.695635249

  2. To plot a function, type: Gives the ASCII (text) plot unlike the NEXTSTEP version of Maple:
    plot( cos(x) - (1/3)*cos(3*x), x = -Pi..Pi );
    
                                AAAAA      +      AAAAA                           
                               A    AAA    +    AAA    A                          
                              A       A0.8 +  AAA       A                         
                             A           AA*AAA          A                        
                            A          0.6 +              A                       
                           A               +              A                       
                           A           0.4 +               A                      
                          AA               +               AA                     
                          A            0.2 +                A                     
                         A                 +                 A                    
                         A                 +                 A                    
      --+-+-+--+-+-+--+-*-+--+-+--+-+-+--+-+-+--+-+-+--+-+--+-*-+--+-+-+--+-+-+-- 
       -3         -2   A      -1         0 0           1       A   2          3   
                       A              -0.2 +                   A                  
                      AA                   +                   AA                 
                      A               -0.4 +                    A                 
                     A                     +                     A                
                     A                -0.6 +                     A                
      AAAA          A                      +                      A           AAA 
         AAA       AA                 -0.8 +                       A       AAA    
           AAA    A                        +                        A    AAA      
             AAAAA                         +                         AAAAA        
                                                                                  
    > 
    
  3. To Quit Maple, type:
  4. To Quit MathLab, type:


      Remark: You can also use Line Edit Maple Similarly on UIC Icarus:


      Web Source: http://www.math.uic.edu/~hanson/MAPLE/MapleLineEdit.html

      Email Comments or Questions to hanson@uic.edu