Carl Love

Carl Love

28100 Reputation

25 Badges

13 years, 102 days
Himself
Wayland, Massachusetts, United States
My name was formerly Carl Devore.

MaplePrimes Activity


These are replies submitted by Carl Love

I was looking for Joe's ListBuffer code, but the (seven-year-old) link in the original post is dead.

A great solution, Markiyan. What led you to do it the way that you did? Would you recommend to always separate out the non-differentiated functions from a DAE system when it is algebraically possible to do so?

A great solution, Markiyan. What led you to do it the way that you did? Would you recommend to always separate out the non-differentiated functions from a DAE system when it is algebraically possible to do so?

It's a great question, but the full answer gets very complicated. Would you be satisfied with log10 being an inert function which would only be evaluated when you explicitly asked for it to be, and then it would be converted to ln? This would be relatively easy.

You seem to be asking the same question over and over, since 20-Feb-2013. Have you seen the answers? You never responded to the answers. If an answer doesn't work for you, then you should respond there and not create a new thread. Maybe you need to provide a more detailed example, like a worksheet. Maybe it would help if you asked in your native language and we translated.

Please respond to your earlier post and delete this one.

@williamov Okay, if you insist. But I emphasize that this seems sloppy to me. I do not "stand behind" the following code:

TypeTools:-AddType('w', 'satisfies(p-> has(p,w))');

To use the new type:

[op] ~ (select(type, G1, 'w'));

or, if you prefer something akin to your `if`:

(p-> `if`(p::'w', [op], [][])) ~ (G1);

You can use ?satisfies to turn any predicate whatsoever into a type; and you can turn all predicate invocations into type checks. That doesn't mean it is a good idea to do so.

@williamov Okay, if you insist. But I emphasize that this seems sloppy to me. I do not "stand behind" the following code:

TypeTools:-AddType('w', 'satisfies(p-> has(p,w))');

To use the new type:

[op] ~ (select(type, G1, 'w'));

or, if you prefer something akin to your `if`:

(p-> `if`(p::'w', [op], [][])) ~ (G1);

You can use ?satisfies to turn any predicate whatsoever into a type; and you can turn all predicate invocations into type checks. That doesn't mean it is a good idea to do so.

Are you using package PolynomialIdeals? If not, then check out ?PolynomialIdeals. If that doesn't answer your question, then ask again.

@ecterrab Thank you so much for checking these old posts, and for posting your update messages. It is so helpful to know that someone is working on these things!

@Alejandro Jakubi Thank you Alejandro for this example of package Typesetting. I note that your command does not select a font; it is the bold italic of the standard font.

Could you write a post about the undocumented commands in that package, or provide a pointer to some other reference material? It is mostly the commands whose names begin with lowercase m. Just an explanation of what names like mi, mo, and mrow stand for would be very helpful.

@acer Thanks you Acer for the useful comment about Unicode. If I were to make a table of a range of Unicode characters, what would be a good of font that is likely to have most of them? I can fit 1024 characters into a table such as the one above, though the display of indexing numbers would not be as convenient. I could make a procedure that displays a given range in a given font.

There haven't been any updates to Maple since 18-Nov-2012. (The date the update actually reaches your computer may vary from that.) You can check if yours has been updated by using the command kernelopts(version).

In the case posed in the original question, the absence of the multiplication operator turns the expression into nonsense. The fact that Maple has some response to it other than an outright error message is just bad luck.

Please post your worksheet in a separate thread, i.e. as a new Question.

There haven't been any updates to Maple since 18-Nov-2012. (The date the update actually reaches your computer may vary from that.) You can check if yours has been updated by using the command kernelopts(version).

In the case posed in the original question, the absence of the multiplication operator turns the expression into nonsense. The fact that Maple has some response to it other than an outright error message is just bad luck.

Please post your worksheet in a separate thread, i.e. as a new Question.

Are you using the command dfieldplot? Post the actual command that you used.

@9colai You can now give Joe a "like" if you like. You now have the required 10 points.

First 685 686 687 688 689 690 691 Last Page 687 of 709