zenterix

310 Reputation

4 Badges

3 years, 97 days

MaplePrimes Activity


These are questions asked by zenterix

I've worked as a programmer before, but now I dedicate a lot of time to learning math, and so I have been using Maple.

I was wondering if there is some standard way that people work when they have a relatively large codebase. For example, can we define procedures in one file (like a document) and then just import them in another document?

I am reading about the difference between document and worksheet mode on the Maple website.

There is a table called "Difference between Documents and Worksheets" and one row has the following information


My question is about the operation on the left side. The impression I get from reading that is that if I just enter the equation in 2D math mode and hit enter it will solve the equation without me having to type in the command "solve". But Maple simply echoes the equation back to me when I do this in Maple 2022. What am I missing?

The following expression

limit(log(x)/x, x = 0)

returns undefined in Maple 2022.

I am not certain about if this limit exists, but shouldn't it be -infinity?

Why doesn't 

plot((-2)^x, x = -2 .. 2)

produce anything?

I guess this is some kind of tricky function since for non-integer x it seems not to correspond to a real number.

This came up for me when thinking about a sequence n(c^n), where |c|<1.

Is there some way to plot the values of a sequence? 

Is it possible to write 

x^4 - 3*x^2 + 3

as a polynomial in 

x-1

? This is a math question first of all. If it is possible, how do we do it in Maple.

For context, I am investigating a particular line of inquiry into answering this question about computation of Taylor polynomial.

First 12 13 14 15 Page 14 of 15