chrtzstn

Dr. Claudio Hartzstein

55 Reputation

6 Badges

15 years, 156 days
Israel Aerospace Industries
Senior Scientist
Raanana, Israel

MaplePrimes Activity


These are replies submitted by chrtzstn

Thank you again Acer

Thank you Acer

This was the answer I was looking for.

Gracias again

Claudio

@Ramakrishnan 

Dear Sir

Sorry that you read "parfar", but I wrote "parfor" with an "o".

Thank you anyway.

Claudio

@Preben Alsholm 

My point is the following:

I want to solve recursively for increasing n's, so I write:

W[0]:=(n,mu,w)->sum(w[k] mu^(n-k),k=1..n);

W[0](n+1,mu,w):= w[n]+mu*W[0](n,mu,w); which allows me to calculate W[0](n,mu,w) for every new w[n].

Then applying the operator mu*diff(...,mu) to the above equation I obtain:

W[1](n+1,mu,w)=mu (W[0](n,mu,w)+W[1](n,mu,w))

W[2](n+1,mu,w)= mu (W[0](n,mu,w)+2 W[1]... und so weiter

Did I explain myself?

Thank you for your interest.

 

@Kitonum great help. Thank you very much.

Alejandro,

I agree with you that convoluted is better than nothing but elegant is the best.

Regards

Claudio

Dear Carl

It will take me some time to digest it but in any case many thanks for the effort you put into this question.

Regards

Claudio

Sorry, I didn't express myself correctly. I don't want to recalculate everything, just until some specific command in the middle of the document and not at the end.

The button !!! recalculates the whole document. I only want to recalculate the document till the position of the cursor in some place of the document, not at the end.

I would like to see a Webminar on Finite Elements and specially on Discontinuous Galerkin Method.

Page 1 of 1