Carl Love

Carl Love

28055 Reputation

25 Badges

12 years, 361 days
Himself
Wayland, Massachusetts, United States
My name was formerly Carl Devore.

MaplePrimes Activity


These are replies submitted by Carl Love

Your question from yesterday specified that A and B were integer. The formula, with A=151 and B=47, is a famous formula for Pi that you can look up on Google. It's called the Bailey, Borwein, and Plouffe formula.

@Alejandro Jakubi But also note that `evalf/int` is largely not built-in. I think that anything that can be stopped with the stop button can be stopped with timelimit.

@xx50xx Kitonum is setting z=0 to produce the ellipse in the xy-plane which when rotated about the y-axis will generate the ellipsoid. That way he can use the formula for the area of a surface of revolution.

@nm The Crout factorization is a lower triangular L and unit upper triangular U.

@Carl Love Is anyone working on these problems? I am especially interested in the problem of uploading worksheets for display. I am tired of cut-and-pasting entire worksheets with every input group and every output group requiring a separate cut.

@Thomas Richard Thanks! Plain one-argument simplify didn't do much.

@nm The OP means Pi = sum(..., n= 0..infinity).

@Kitonum You could also replace `` with ` ` and thus maintain the intended blank-line appearence.

This must be considered a bug as `` is common in Maple code, especially as a function.

With that combination of keystrokes, nothing special happens for me. I'm on Windows 8, Maple 17.02/64, Standard GUI.

@J4James You can also use dsolve option method= classical[rk4].

@emmantop Okay, we need a specific numeric value for parameter k_1.

Your code has a variable with no specified value: zeros. Is this something that you assigned earlier? Could you show the plot command that you used?

@adel-00 In general, there are three values of N for each K. Finding those N involves solving a cubic equation. Here's a simple procedure to get those three values.

Nk:= unapply([solve(K(N) = Kn, N)], Kn);

@Markiyan Hirnyk I wish I could delete tags. I would delete "query".

I can't execute your code because there are five Vectors that did not get transcribed when you cut-and-pasted the code. Try setting

interface(rtablesize= infinity);

and then try the cut-and-paste again.

Also, try to upload the worksheet as an attached file. This hasn't been working very well lately, but it works sometimes.

First 586 587 588 589 590 591 592 Last Page 588 of 709