I would like your help on something, I have a Table: InitialMatrix[x_, y_, age_, disease_] := ReplacePart[Table[Floor[Divide[dogpopulation/cellsno,9]], {x}, {y}, {age}, {disease}],
Any one knows a tool to find difference between 2 notebooks at the source level? The compare notebooks tool in workbench 2 seems to work at the internal data structure level which is not useful for m
What is the most efficient way to remove all empty List[] objects from all of the Lists that appear in an expression at different levels? The empty List[] should be removed only if it is an element of
I hope to be able to name that question properly soon. Please Consider : list1 = Tuples[Range[1, 5], 2];
I am trying to use Mathematica to analyse some raw data. I\'d like to be able to dynamically display the range of data I\'m interested in using Manipulate and ListLinePlot, but the plot rendering is e
Is there any way to find the lowest modulus of a list of integers? I\'m not sure how to say it correctly, so I\'m going to clarify with an example.
If I want to count the number of times that ^ occurs in an expression x, that\'s easy: Count[x, _Power, {0, Infinity}]
I think I am starting to understand how to link functions written in C/C++ to Mathematica. The problem I\'m facing is that I don\'t know how to send error messages from my C wrapper to Mathematica. Af
I have a list of expressions that operate on data. Min[data] Max[data] Covariance[data, data1] Mea开发者_运维百科n[data]
The copy of Mathematica 8 I am using does not recognize the Plo开发者_JAVA百科tLegend option for Plot and ListPlot. Specifically, it appears red when used.