mathematica-7 Questions

3

Solved

In Mathematica there are a number of functions that return not only the final result or a single match, but all results. Such functions are named *List. Exhibit: FoldList NestList ReplaceList Comp...
Heedless asked 30/10, 2011 at 11:4

1

Solved

I would like to know the steps Mathematica applies to obtain a result. I have Limit[n^Log[2, n]/1.001^n, n -> \[Infinity]] and Mathematica shows 0 but I want to know how it got that result....
Wreck asked 9/10, 2011 at 19:45

2

Solved

I came across some weird behaviour when using GroebnerBasis. In m1 below, I used a Greek letter as my variable and in m2, I used a Latin letter. Both of them have no rules associated with them. Why...
Gilead asked 1/6, 2011 at 5:3

2

Solved

What is the most efficient way to concatenate two positive integers in Mathematica 7? cc[123, 4567] >> 1234567 What about more than two? cc[123, 4, 567, 89] >> 123456789
Evangelistic asked 23/5, 2011 at 10:28

2

Recent versions of Mathematica provide the option of having a unique $Context for each cell group, via: Evaluation > Notebook's Default Context > Unique to Each Cell Group This is an appealing ...

4

Solved

Often I have written: {Min@#, Max@#} & Yet this seems inefficient, as the expression must be scanned twice, once to find the minimum value, and once to find the maximum value. Is there a faste...
Quarrelsome asked 4/5, 2011 at 12:45
1

© 2022 - 2024 — McMap. All rights reserved.