I have this many hundreds of cell long Mathematica file and I want to use parallel evaluation. I have a 2 processor x 4 core each machine with 16 Gb memory.My Mathematica license allows me to run at m
I have the following piece of code: $item[\'price\'] = 0; /* Code to get item information goes in here */
I have a situation where I need to determine eligiblity for for one object to \"ride\" another.The rules for the vehicles are wildly confusing, and I would like to be able to change them without resta
Is there a method that allows me to evaluate a mathematical expression in a string? Example (Not actual Code):
i created a table using coldfusion lists system, rows are months and the columns are cities, and the variable is the sales, now i need to add to every evaluated sale variable, the list of companies th
This should be fairly simple but I understand why it doesn\'t work. I am hoping there is a clever way to do the following:
I\'m trying to parse some XML from the USGS. Here\'s an example The \"parameterCd\" parameter lists the 3 items of data I want back. I may or may not get all 3 back.
Say I have a string, $char. $char == \"*\". I also have two variables, $a and $b, which equal \"4\" and \"5\" respectively.
RegExp can replace matched patterns with replacements involving what is known as Tagged Expressions Example:
I run mongo --helpand it has an options for evaluate javascript. 开发者_Go百科mongo --evalarg However, I haven\'t found any example of how to use it. I try to run it but with no success.anyone know