Friday, January 22, 2016

Maple for the dummie-me (tips for the exam)

# How to put the font & size you like: http://www.maplesoft.com/support/faqs/detail.aspx?sid=87675

# Use 'Tab' when you fill a matrix or a vector to easily jump to the next entry.

# Use 'Tab' to automatically complete the word. For example: RowO+Tab writes 'RowOperation'.


# AnyOperation(A,[α,β],γ) affects α adding β , γ times.


# If you don't remember how to use a command or/and get strange results, use ?LinearAlgebra[command] or just ?command if it's a simple function.


Examples:
?LinearAlgebra[RowOperation]
?exp

# We don't really need to use the subscripts x1 x2 x3..  x1, x2, x3 work too. If he asks, we do it with Shift + --  .

No comments:

Post a Comment