janhardo

335 Reputation

8 Badges

11 years, 43 days

MaplePrimes Activity


These are replies submitted by janhardo

Just ask the Maple experts here on the forum what "rootfinding" procedures are available in Maple.
Then we can have a look at finding the intersection points with the x-axis

@C_R 
Thanks, don't know MS Word well, but an easy editor to format a maple document or worksheet seems more convenient than the current system of formatting.

@C_R 

Thanks, just quickly setting a different font and size in the Maple worksheet is not so easy.
You would say a custom worksheet/document editor where you load a worksheet or document and do the character and paragraph adjustments in it would be easier for a user?

@C_R 

Thanks, for the approach to change a worksheet or document font size and font type afterwards.
Also intend to set a new persistent font and size for a new worksheet.
Am not familiar with the use in Mape of styles. 
I suspect you can use the styles to create a new document or worksheet template?

How is Maple supposed to know if the 2 integrals converge?
Ok, i see it are the same integrals , then all chances 

restart;
J := abs(Int(h(x), x = -infinity .. a) - Int(h(x), x = -infinity .. b));
J_final := simplify(eval(J, {a = max(a, b), b = min(a, b)}));
J_final;

Compared to chatGPT public where you can ask anything and the 4 commands in Maple ?
The enormous mathematical knowledge that Maple has that you should be able to manipulate with the language model....
Any mathematical question you need to be able to ask and present in Maple itself.
ChatGPT public free, unfortunately cannot show graphs yet.

 

restart;
sol := _C3*x^2 - _C1*x + x;
myconstants := indets(sol, And(symbol, suffixed(_C, nonnegint)));
map(X -> :-parse(X[3 .. ()]), map(X -> String(X), myconstants));
n := max(%);
new_constant := _C || (n + 1);

 

@Carl Love 

Already becomes problematic when I ask the AI package to make a combined plot of the riemann zeta function and an ordinary sine function in Maple
But can the AI still be helpful ? 

Perhaps not surprising that ChatGPT comes up with a comprehensive proof of the primes' indefiniteness, but does compare for me to my earlier proof in old study material.

The current package for AI in Maple gives 5 commands, but it will be limited in its use for doing math in Maple.
The AI lacks resourcefulness and knowledge to replace a human as well.

I don't see it happening yet here on Maple primes, that all questions for Maple will be answered by AI chatGPT.

Have asked chatGPT a question :
Can chatGPT be self-learning ?
ChatGPT
Yes, in a sense ChatGPT can be self-learning, albeit in a limited way. While the model itself does not evolve or learn in the traditional sense as humans do, it can be improved through new training with more data or refinement of algorithms. OpenAI, the company behind ChatGPT, can regularly update and refine the model based on feedback and new technological developments. These updates help ChatGPT provide increasingly better answers and adapt to changes in language and knowledge.  

Was working a while back on the complex numbers and the Riemann hypothesis here on the forum
Also was then trying to master programming procedures.
But let's see what the AI can help me clarify something with these topics.
Already used the AI with some math questions via chatGPT direct and did get some new insight then. 

Through chatGPT, I can ask for simple procedures in Maple.
Is it possible to have built-in Maple procedures analysed by AI ?
I asked Maple the question in Dutch : give an extensive proof that the number of prime numbers is infinite. 
I got an extensive answer in English and Dutch of the proof and what looked fine

Thanks, haven't visited this forum in a long time.
Have had a lot of good help there. 
Thanks again for this.
Oh, it's the other way around : An experimental interface package loaded in Maple that communicates with ChatGPT
Before this I read that Mathematica is offered as a plugin in chatGPT pro (paid)
What are the experiences with this with this language model in Maple?

The ability in Maple or to see which language model is connected ?

I do read here more messages about  deleted questions
While ago is also deleted the answering of my post 

Isn't one of the moderators the culprit here , who removes post just like that?

To get idea how to doing a proof by induction

Its here solved with Mathematica 

Mathematica Tutorial 12 - Proof by Induction - Bing video
 

In this case its a sum ,so you need a another solutionstrategy

I don't see my thread here anymore ?

What is happened?

Is it removed or something malfunctioning on the website ?

@janhardo 

The presentation of this format of a complex function, here in this example is not accepted by the procedure :  

What is representation of f(z)  = with variable z ?

1 2 3 4 5 6 7 Last Page 1 of 38