Thomas Richard

Mr. Thomas Richard

3255 Reputation

13 Badges

15 years, 61 days
Maplesoft Europe GmbH
Technical professional in industry or government
Aachen, North Rhine-Westphalia, Germany

MaplePrimes Activity


These are replies submitted by Thomas Richard

@Jonas F If you want to restrict the search space, and you are interested in numerical solutions only, run fsolve with an interval like this:

fsolve(0.6*10*35000^a+0.4*10*15000^a=1*10*26000^a,a=-5..8);

It will avoid some of the complications introduced by solve (which is the more general command).

@Jonas F Not in the sense that you can specify a certain version (or year), but for this particular equation, you can come close to the desired result by restricting to the real domain:

RealDomain:-solve(0.6*10*35000^a+0.4*10*15000^a=1*10*26000^a);

 

Can you load mw files via the File > Open menu item (or the equivalent button) in Maple 2020

[Edit: please ignore my question - I had overlooked your statement that it works.]

That is at least confirmed for the cases with int’l characters.

Please also consider tomleslie‘s suggestion.

@acer Very nice work! I did a quick test with Maple 2019.2 on 64-bit Windows 10. For the Windows platform, we just need to replace "libmkl_rt.so" by "mkl_rt" in both locations. The "lib" prefix is not being used here, and the .DLL extension will be appended automagically. So I guess we can also omit the .so extension on Linux, but I would have to cross-check on my Linux box later.

Update: omitting .so will not suffice, but just specifying "mkl_rt" does work on Linux, too.

Another workaround is to simplify (or to combine) I0 before calling limit.

@Carl Love Sure. I was inspired by Kitonum's initial answer, so I just tried that way.

@Kitonum While I'm not a developer, I can say that

infolevel[is]:=1:

reveals that the result is found by a rather advanced satisfiability checker, implemented in SMTLIB. That external library was added in Maple 2017, and its coverage was expanded since.

Do not use screenshots for such questions. It makes no sense to type in anything from a screenshot. Instead, use the green arrow of the message editor, please. You can uploads mw and mws files, besides some other formats. Thank you.

First thing I would try is updating my graphics drivers (again if the problem was introduced by a flaky update). Please see our FAQ on this topic.

@ismonder I'm afraid we can't help you, as long as you don't provide enough information so that we can reproduce the problem. What's the problem with uploading your saved worksheet, please? Don't worry if it's incomplete or syntactically invalid - we will check it.

Please save your worksheet (with output) and upload it to MaplePrimes so that we can see exactly what you entered. [Use the green arrow button of the message editor to attach your mw file.]

Side remark: it is not a good idea to place any user files in Maple's installation directory. Better save them in your home directory, and access that from within Maple, e.g. by supplying absolute pathnames (as vv suggested in his example), or use tools like currentdir (or its interactive equivalent: click into Maple's status bar, at the bottom of the window).

You can also shorten such pathnames by calling kernelopts(homedir) in a platform-independent way. Use the cat command to construct full pathnames from strings.

In addition to tomleslie's remarks, I'm afraid your ODE has been entered incorrectly. Is h a function of x (as the very last diff suggests), or a constant (as the powers of h suggest)? I suppose that diff(p(x),x) was meant instead...

Please clarify, and then we should be able to reproduce the plot, as a first step towards an answer.

@acer I like that - I *knew* I had missed something elegant earlier today. Thanks for your hint!

@Annonymouse I'm not sure what weird error you are getting, but version 2019.1 is not the latest. So you might update; either via "Tools > Check for Updates" (which can be slow!), or navigate your browser to www.maplesoft.com/support/downloads/index.aspx.

First 10 11 12 13 14 15 16 Last Page 12 of 40