acer

32627 Reputation

29 Badges

20 years, 45 days
Ontario, Canada

Social Networks and Content at Maplesoft.com

MaplePrimes Activity


These are replies submitted by acer

Is your acquaintance running 32bit or 64bit Maple on Windows?

acer

@Carl Love Carl, you wrote in a Comment above that, "Most interesting is that all copies end up with the same assumptions."

In which version did you obtain those results from the `about` command, may I ask?

@Carl Love Carl, you wrote in a Comment above that, "Most interesting is that all copies end up with the same assumptions."

In which version did you obtain those results from the `about` command, may I ask?

@emma hassan Well, you already have a table, as V;

eval(V);

If you want you can turn V into a Matrix (and then right-click and browse as one way to view its entries), or call plots:-surfdata on that.

matdata:=Matrix(M,N,V);

plots:-surfdata(matdata,axes=box);

@emma hassan Well, you already have a table, as V;

eval(V);

If you want you can turn V into a Matrix (and then right-click and browse as one way to view its entries), or call plots:-surfdata on that.

matdata:=Matrix(M,N,V);

plots:-surfdata(matdata,axes=box);

Are a,b,c,... each something numeric? Are F1 and F2 numeric? Are they floating-point?

acer

@Carl Love I had written an explanation of what my answer was supposed to convey, but lost it entirely when hitting the Submit button (the site game me that new message about there being a problem with the submission...). No back action available in my chrome tag. Extreme wtf moment.

Anyway, my earlier intention was to wait until finding out something more about the OP's motivation in asking why it didn't "work" before spending time fiddling with evalf[d] or ilog10 (or what have you) to accomodate the region about zero. But being unable to use the site's editor as usual made me lose interest.

@Carl Love I had written an explanation of what my answer was supposed to convey, but lost it entirely when hitting the Submit button (the site game me that new message about there being a problem with the submission...). No back action available in my chrome tag. Extreme wtf moment.

Anyway, my earlier intention was to wait until finding out something more about the OP's motivation in asking why it didn't "work" before spending time fiddling with evalf[d] or ilog10 (or what have you) to accomodate the region about zero. But being unable to use the site's editor as usual made me lose interest.

@bryon I tried to edit an exisiting Answer of mine (after the first fix), and the HTML mode of the editor showed only as blank. The content was not avaiulable for editing.

@Markiyan Hirnyk Thanks, I was having a lot of trouble editing my answer, trying to add in the plots.

It is not completely clear (to me) exactly what the Asker wants to obtain, in terms of a visual result.

@Markiyan Hirnyk Thanks, I was having a lot of trouble editing my answer, trying to add in the plots.

It is not completely clear (to me) exactly what the Asker wants to obtain, in terms of a visual result.

For example, calling R() once produced this image. It produces a different result each time it gets called.

 

acer

For example, calling R() once produced this image. It produces a different result each time it gets called.

acer

@Markiyan Hirnyk Sure, and I'm not disagreeing with your answer, which does the job asked. But the requested task seems a bit flaky, if generalized in some ways.

Suppose that you had something with units m^3 added to something with units cm^2. You could not make that unit-free, it would make no sense. It cannot be made unit-free without knowing which variable is supposed to represent a unit that makes the dimensions compatible. And since the units of length vary in scale then it would not be valid to just eradicate them without rescaling.

If everything has the very same units (eg. m^3*s, or whatever) then you could simply evaluate with Units:-Unit=1.

acer

First 379 380 381 382 383 384 385 Last Page 381 of 597