nm

11413 Reputation

20 Badges

13 years, 71 days

MaplePrimes Activity


These are replies submitted by nm

@Preben Alsholm 

Thanks for the nice idea. It worked, it showed the same solution I did by hand:

I still feel there should be a standard API into laurent series to tell it the region to select.  

why not post plain text code so one can copy it and use it? Do you really expect someone to type all this looking at the screen?

I do not understand this forum. This sort of thing is never allowed, for someone to paste an image for the code on the Mathematica forum. I do not understand the rules of this forum that will allow this, I see it so often here and no one seems to complain about it.

@Carl Love 

"Whew! I am sick and tired of cut-and-pasting worksheets line by line."

If I can suggest, you can, using the mouse after pasting the image here, make it little smaller by resizing it. This makes it easier to read the whole post. Right now the images are too large.

To paste more than one equation here, since copy/paste does not work with more than one equation, what I do is this: I take snapshot of the screen, put in paint (on windows), then select using the mouse all the content I want pasted here, then paste here.This way I can paste large content as one image.

At the mathematica stackexchange forum there is a very nice tool to use to paste directly from notebook itself to posts at the forum. One can paste anything from the notebook. Simply select the cell(s), and with one click on a button the tool copies it then one just past it into the post with the mouse. Here is a link to it if you like to see how it looks like. May be someone at Mapleprime can make such tool for this forum.

@Carl Love 

Thanks, I mixed it up with dolittle. No problem, simple transpose is all what is needed. Will fix now

@ANANDMUNAGALA 

updated answer for Crout

What does

    Pi= infinity Σ n=0

mean?

Is this Maple code?

@Carl Love 

Thank you, I did try that also. but it was giving me a strange result.

restart;
F:= w-> cos(w*L)*cos(w*x)/(w^6+w^2*k);
with(inttrans);
simplify(fouriercos(F(w),w,x));

 

 

@Axel Vogt 

Thanks. But it will really help to give an answer using a self contained code using the function I gave. I still do not see what you are doing.

This is what I typed.

-------------------------------
restart;
F:= w-> cos(w*L)*cos(w*x)/(w^6+w^2*k);
with(inttrans);
fouriercos(F(x),x,w);
---------------------------------

It does not evaluate as you can see. I do not know what the convert(%,Int) is for, but here it is:

convert(%,Int);

Mathematica has Inverse and Forward Fourier Transform functions for both Sin/Cos. I do not understand why Maple does not have these.

@Alejandro Jakubi 

thanks. I tried it. It works but the final result is hard to read. Needs lots of manually formating, and I am not going to waste my time formating code by hand so I can read it.

 

I prefer plain normal text based programming. All this 2D stuff and document mode and menus and click this and click that and such is making Maple hard to use for me.

 

@digerdiga 

I'd like to help, but I can't stand document mode. If you can make a version using worksheet that one can open and use that will help. I have not figured out how to open a file like yours, written in document mode as a worksheet. If I save the file as SAVE AS->Maple classical worksheet, then many things get mangled up.

May be there is a easy way, but I have not figured it out.

@Joe Riel 

Would you by any chance know to start a new "worksheet" or whatever the correct name in Maple, such that it uses this editor for the whole thing? I find having to insert code region inside worksheet an awkward way to use this. I'd prefer to have the whole worksheet be the editor, just like with Matlab, where one works in the editor all the time, and then there is the console where output goes to, and one can also still type commands on the console if needed.

When I saw the web page for this code editor page here http://www.maplesoft.com/products/maple/new_features/codeeditor.aspx it gave the impression that it is a whole new separate window/editor and not "code region" inside a worksheet. (may be that was just a marketing way to saying it).

 

When I run your code on my Maple 17.02 on windows, the plot is text based, not graphics. I wonder why. It does not look like anything like yours

 

 

@Alejandro Jakubi 

I can't even read the help pages. Here is an example:

http://www.maplesoft.com/products/maple/new_features/signal_processing.aspx

Hard to read the Maple commands. I am using firefox on windows. Terrible way to present something when the fonts/images are so bad and hard to read. And a page on signal processing no less.

May be Maplesoft managers do not read these pages and so they do not know. someone should tell someone at Maple to have a look one day.

@Joe Riel 

I see it now. thanks

@brian bovril 

I pasted some code into worksheet. Now each line had a ">" on its left.  Then selected all the code including the ">". Then did CTRL-F, put > in the search box, click replace all, then closed the find/replace window. The ">" are still there.

Maple 17.02, windows 7.

First 85 86 87 88 89 90 91 Page 87 of 91