By Martha L. Abell, James P. Braselton

Thoroughly up-to-date to be suitable with Mathematica model 2.2, this e-book specializes in the main frequently used beneficial properties of Mathematica and gears its procedure towards the start Mathematica consumer. The presentation is aimed toward renowned functions of arithmetic in the a variety of topical parts and contains step by step directions

Show description

Read Online or Download Mathematica® by Example PDF

Similar discrete mathematics books

Computational Complexity of Sequential and Parallel Algorithms

This ebook provides a compact but complete survey of significant ends up in the computational complexity of sequential algorithms. this can be through a hugely informative advent to the improvement of parallel algorithms, with the emphasis on non-numerical algorithms. the fabric is so chosen that the reader in lots of circumstances is ready to stick to an analogous challenge for which either sequential and parallel algorithms are mentioned - the simultaneous presentation of sequential and parallel algorithms for fixing allowing the reader to understand their universal and designated gains.

Discontinuum Mechanics : Using Finite and Discrete Elements

Textbook introducing the mathematical and computational recommendations of touch mechanics that are used more and more in business and educational program of the mixed finite/discrete aspect process.

Matroids: A Geometric Introduction

Matroid idea is a colourful zone of analysis that offers a unified approach to comprehend graph conception, linear algebra and combinatorics through finite geometry. This e-book offers the 1st accomplished creation to the sphere on the way to attract undergraduate scholars and to any mathematician attracted to the geometric method of matroids.

Fragile networks: Identifying Vulnerabilities and Synergies in an Uncertain World

A unified therapy of the vulnerabilities that exist in real-world community systems-with instruments to spot synergies for mergers and acquisitions Fragile Networks: making a choice on Vulnerabilities and Synergies in an doubtful global offers a entire examine of community structures and the jobs those platforms play in our daily lives.

Extra resources for Mathematica® by Example

Sample text

Plot[Abs[x],{x,-5,5}] -4 -2 L o g [ x ] computes the natural logarithm of x, which is usually denoted by lnx or loge x. Thus, entering Log[E] 1 returns 1; entering Log[E"3] 3 returns 3; and entering Exp[Log[Pi]] Pi returns π. The Log function is also used to calculate logarithms with base other than e. Log [ a , b ] computes loga b = . 1 Numerical Calculations and Built-in Functions 31 ΜΚ&ΦΛΡ* mmtmxAmm^mmmm'mmmtmmm returns . An approximation to 10 digits of accuracy is obtained below with N. 001,5].

Wk EXAMPLE: Define g to be the vector-valued function g(x) = (x2,l-x2). g(l) and g(sinb). Calculate SOLUTION: We remark that Mathematica uses braces " { . . } " to denote vectors, lists, and sets. These topics are discussed in more detail in Chapters 4 and 5. Since 50 2 Mathematical Operations on Numbers, Expressions, and Functions g is a function of a single variable, we define g in the same manner as defining functions of a single variable, discussed above. As before, be sure to place an underline (or blank) "_" after the argument on the left-hand side of the definition of the function (but not on the right-hand side).

Where n l , n2,... are numbers. Graphs of functions, like expressions, can be named. This is particularly useful when one needs to refer to the graph of particular functions repeatedly or to display several graphs on the same axes. The command used to display several graphs on the same axes is Show. To show two graphs named g r a p h 1 and g r a p h 2 , the command entered is Show [ g r a p h 1, g r a p h 2 ]. EXAMPLE: Show the graphs of f, g, and h, defined in the previous example, on the same axes.

Download PDF sample

Rated 4.08 of 5 – based on 5 votes