acer

33255 Reputation

29 Badges

20 years, 246 days
Ontario, Canada

Social Networks and Content at Maplesoft.com

MaplePrimes Activity


These are replies submitted by acer

@Andiguys Did you not read the worksheet in sand15's Answer above?

That is to say, did you not try the parametric option? Eg,

raw := solve({X3, X4}, {s1}, parametric):
res := simplify(raw) assuming 0 < s1, 0 < s2, 0 < d;

Q_s_ac.mw

@Andiguys 

...not if you don't both provide and properly explain the complete details of which names you wish to substitute, and by what values, no.

See kernelopts(alloc) for memory allocated from the OS to the running mserver.

(I'd expect that not to be able to exceed the total available RAM+swap.)

Do not confuse that with kernelopts(usage), which relates to memory used (or re-used) by Maple's garbage collector. That total can indeed exceed the available OS memory, since it reflects a running total and does not denote a snapshot of the total OS allocation a particular moment.

@sand15 I'm currently looking at Viking stuff in L'Anse aux Meadows (end of the world).

But when I get back to my computer (Fri, 01/08) I could take a look at this.

ps. The OP seems to have indicated (elsewhere) that he couldn't use Kitonum's contour labelling proc for the (erroneous) reason that it's not found as a stock command. Perhaps someone might explain to him that Kitonum's procedure's code for that was simply in his Post & comments.

Is there a reason why you could not use the,

   DocumentTools:-Tabulate

command? (...or a variant of that, either embedding in the current sheet, or opening in a wholly new sheet, possibly split if you need a page break, etc).

What are you final goals, eg.  to export this (pdf file), or something else?

@GFY No, this is an unusual and uncommon situation.

When I try to login on my phone (android, chrome) it briefly shows the page indicating that I'm logged in, and then a few seconds later it boots me out and back a page, automagically.

Logins on two desktops (ubuntu) from chromium worked.

@Geoff 

What do you think happens in your example (12) when p>1 and n is not an integer?

What do you think happens in your example (13) when n is not an integer?

You haven't described in any detail what you think is wrong.

@mehdi jafari You now write, "I was specifically looking for the plot of P1 vs x, which is implicitly embedded within the expression FF."

Why didn't you write explicitly what you were actually looking for, when you first posted the Question?

Also, there are a lot of ways to do approach this as an optimization problem rather than a root-finding one (... or, ways to get an inaccurate representation of FF=0 and level curves, via curve-fitting or what have you). But it's not clear that hardware double-precision is adequate.

You should explain exactly what kind of plot you're trying to get. And you should state outright what floating-point tolerance (allowed error or inaccuracy) you are willing to accept. Otherwise  don't see how answers to this are very meaningful.

For all we know, the imaginary components of your expression FF (which are indeed quite small) could be just numeric noise, induced by innaccurate float coefficients due to inadequate earlier rounding, etc, and whose 3D surface plot is smooth merely by their occurence within exp subterms. We wouldn't be able to judge, in this absence of background details.

The worksheet has a default Numeric Formatting set applied to it. (This is indicated in the left-margin if the GUI setting to reveal such Markers is toggled, in the Options.)

Can we see one of your problematic worksheets? Can we see the sheet you used to apply a style-set?

In a previous question you mentioned upgrading to Maple 2025. Here you mention Maple 2023. It's unclear (as yet) what version you're using for each of your comments and sentences.

A variant in which the value command can turn similar such beasts  -- that print like these colored names -- into the actual true/false, making then more direcly programmatically useful.

Download color_Q2.mw

I think that this may be mostly workable/safe, since procs that clobber the original names have spec-eval-rules. Maybe not so much, though I haven't checked. In any event I find it fun.

@Math-dashti Why didn't you tell us what you really wanted when you first posted the Question?

Do you believe that there are explicit solutions other than,

   u = 1, v = 2*Pi*n + Pi    with n::integer
   u=-1, v=0

First 17 18 19 20 21 22 23 Last Page 19 of 609