Assessment of mathematics

I have a 15 day trial of Mathematica and need to evaluate it and see if it can be used to create algorithms for some of the games we are working on.

Are there any good resources that will teach me some of the basics and allow me to learn the application?

0


a source to share


4 answers


Could you google yourself?



+6


a source


Some resources that would be helpful for a dedicated beginner:

http://www.wolfram.com/broadcast/

  • Videos and short tutorials



http://blog.wolfram.com/

  • Wolfram's blog often shows what's possible with Mathematica and includes code.



http://bmia.bmt.tue.nl/Software/Downloads/Campus/TrainingMathematicaEnglish.zip

  • Study books in .zip file.



http://www.mathprogramming-intro.org/

http://www.google.com/search?&q=site:www.mathprogramming-intro.org

  • Mathematica® Programming: An Extended Introduction Leonid Shifrin .

    Very advanced introduction, yet still accessible and searchable (second link)

+5


a source


Mathematica contains a wealth of information that can leave you confused. A good first reference should be the goal of every new Mathematica user, as it can make or break their experience.

First stop, virtual book (found in the Help menu). It contains both quick start material and fundamental principles, but it's easy for me to get distracted and not hard with examples. Also, Wolfram (being a commercial company) sells Mathematica as all things to all people, the virtual book is not objective about its shortcomings.

I used the Pupil's Guide as a guide for the math minor: plotting, multivariable calculus, linear algebra, and data manipulation. In this capacity, it is beautifully laconic.

It looks like you need to look at the "real world" examples - and have a limited amount of time before the trial ends. I recommend O'Reilly's Math Cookbook. You can get the book online right away, and the O'Reilly Cookbook Style will give you the feeling that programming needs to be effective when testing game ideas.

Good luck with Mathematica

+1


a source


Check out this presentation by Luke Bartlett (formerly EA Games) on his use of Mathematica in game development:

http://library.wolfram.com/infocenter/Conferences/5367/

+1


a source







All Articles