Top "Wolfram-mathematica" questions

Wolfram Mathematica is a computer algebra system and programming language from Wolfram Research.

Customizing Mathematica shortcuts

Is there a place I can view/change global shortcut options like Command + 9 (turn into Input style)? In particular, I …

wolfram-mathematica
Mathematica: How to apply function to a certain column of a table

I would like to apply a function to a specific column of a table. Say to the i-th column of …

wolfram-mathematica
Abstract algebra and Programming

I am going to start learning Abstract Algebra- Groups, Rings,etc. I am interested to know any programming language, if …

computer-science wolfram-mathematica algebra
Using Array and Table Functions in Mathematica. Which is best when

I have been mostly a Table functions user in mathematica. However I have noticed that in several examples where I …

arrays wolfram-mathematica
Tree data structure in Mathematica

I have used mathematica mostly as a mathematics workbench and for writing relatively small ad-hoc programs. I am however designing …

wolfram-mathematica
Symbolic Matrices in Mathematica with unknown dimensions

Is there a way to do symbolic matrix algebra in Mathematica for matrices where the dimensions are unknown? For example, …

wolfram-mathematica
Generating the Sierpinski triangle iteratively in Mathematica?

I have written code which draws the Sierpinski fractal. It is really slow since it uses recursion. Do any of …

algorithm math recursion wolfram-mathematica fractals
Mathematica: Rasters in 3D graphics

There are times when exporting to a pdf image is simply troublesome. If the data you are plotting contains many …

wolfram-mathematica
Mathematica Module versus With or Block - Guideline, rule of thumb for usage?

Leonid wrote in chapter iv of his book : "... Module, Block and With. These constructs are explained in detail in Mathematica …

wolfram-mathematica
Sort eigenvalue matrix with eigenvector matrix

I have N eigenvalues in column vector form. Thus there are N eigenvectors corresponding to these eigenvalues, forming an eigenvector …

sorting wolfram-mathematica eigenvector eigenvalue