| Thread | Last Post | Replies |
|
| How to map two sequences to a function? | 30 Jun 2007 05:32 GMT | 2 |
How to map two sequences to a function? I've tried this, but don't work. map(proc(x,y) x+y end proc,[1,2,3],[4,5,6]); Thanks
|
| questions about numerical integrals | 30 Jun 2007 01:19 GMT | 3 |
Recently I was puzzled a lot by the numerical integrals. 1. When doing the inverse Laplace Transform via the Bromwich integral, integrate( f(s)*exp(-s*x), s from c-i*inf to c+i*inf), theoretically, c doesn't matter as long as c is on the right side of all the
|
| Recurrence question | 29 Jun 2007 21:33 GMT | 1 |
I found an interesting sequence with recurrence relation 3 4 b + 2 b - a c = ----------------- (1)
|
| How to do rref(m) mod 2 with zero-one matrix? | 28 Jun 2007 22:54 GMT | 2 |
How to do rref(m) mod 2 with zero-one matrix? (that is "rref" in mod 2 field) (not whole matrix mod 2) thanks.
|
| questions | 28 Jun 2007 12:53 GMT | 3 |
1) One way I have found to convert Mathematica expressions to equivalent Maple expressions
|
| displaying multiple plots with a common orientation | 27 Jun 2007 21:12 GMT | 1 |
Hi folks. I am plotting a 3d vector field with solution curves, and a surface and displaying them simultaneously. Depending on the initial conditions in the vector field plot, the orientation will change so that when the plots are displayed simultaneously, the flow of the vf does ...
|
| dynamic number of integrals... | 26 Jun 2007 12:18 GMT | 1 |
If I have a multi-dimensional integral, i.e. an N-D numerical integral, and the N is determined at run time. That's to say, before running the program, I don't know what's the value of N. How can this N-D numerical integral be handled? Can Monte Carlo handle it?
|
| first inverse FFT (non-uniform) then integration ??? | 26 Jun 2007 09:43 GMT | 3 |
Suppose I have a a function f(t), and I only know its Fourier Transform F(w) in closed form, i.e. I don't know f(t) itself. Now I want to integrate f(t)*g(t) on [-inf, +inf], where g(t) is another function.
|
| Vector Manipulation and Simplification | 25 Jun 2007 23:09 GMT | 1 |
This is a how do I simplification question. I am reviewing Linear Algebra. with(LinearAlgebra); A:=<a[1],a[2],a[3]>: B:=<b[1],b[2],b[3]>:
|
| Why does plots[display] work this way? | 25 Jun 2007 05:16 GMT | 1 |
The two experiments below show an inconsistent behavior of Maple's display(). Is there a good explanation for this? I have tried this in Maple 11. # experiment 1:
|
| Bug in Mathematica 6 - Integrate - 17 - (Sqrt, invalid value) | 24 Jun 2007 22:23 GMT | 3 |
Hello again from the VM machine... N[Integrate[Sqrt[z^2 + 1] Sqrt[z + 2], {z, -1, 1}]] NIntegrate[Sqrt[z^2 + 1] Sqrt[z + 2], {z, -1, 1}] -1.63118 - 2.23817 I
|
| Algorithm for displaying the decimal digits of x | 24 Jun 2007 18:33 GMT | 3 |
Does anyone know of a fast and efficienct general algorithm that returns the decimal expansion digits of a given number? For example: Input: x=2.147382635142
|
| factorset for polynomial? | 23 Jun 2007 14:38 GMT | 1 |
Is there a function like factorset in "numtheory" for polynomial?
|
| Digest | 23 Jun 2007 02:39 GMT | 1 |
Dear Mr Bondarenko, Could you write only ONCE a week a digest of Maple bugs?
|
| Question about rand | 22 Jun 2007 20:26 GMT | 1 |
This question came up previously; but I am curious if there is a different solution. Consider the following: roll := rand(1..6);
|