User Portlet
Discussions |
---|
Syntax clumsy but at least the formula is built-in. a = Quantity[4*10^14, "Hz"]; b = Quantity[273, "Kelvin"]; FormulaData[{"PlanckRadiationLaw", "Frequency"}, {QuantityVariable["\[Nu]","Frequency"] -> a, ... |
The background is that I have been using DictionaryLookup[] to generate data for solving word puzzles. For example all words with doubled letters with length >6. Mathematica returns a list of 18000+ words at a rate of ~7 micro-seconds/word. ... |
Or if there's no transformation at all: {x -> a, x -> b, x -> c}[[All, 2]] {a, b, c} |
Capitalize log - should be Log. |
It (copy - paste) works on windows. Captured screen to notebook then captured image of that. Click on the image and a toolbar for transformations pulls down. `Import["file"]` will do the same at the cost of an input line. ![enter image... |
One of the things to learn about Mathematica (Wolfram) is to search the documentation for functions that may simplify your work. Try *guide/NumberTheoreticFunctions* in the documentaion. There you'll find `Divisors[]` and `DivisorSum[].` A number... |
I found that `CellPrint` does not group the output as `Print` does. The result is that to delete many many cells it's easier to copy the code and delete the entire notebook. |
In my use of Datasets I've noticed Mathematica does a decent job of displaying nested data, though individual arrays are still limited to 16 values. To show more data let's build a dataset of nested data.. The inputs are the dataset to display... |
Same here, besides RAM loads down virtual memory M10 Windows 7 Pro. |
Let's start by never capitalizing your symbols, capitalized symbols are reserved for Mathematica. To combine multiple plots use `Show[]` Next problem is combing plots where the ranges of the axes are different. I defined a null plot with the full... |