ecterrab

14702 Reputation

24 Badges

20 years, 240 days

MaplePrimes Activity


These are replies submitted by ecterrab

@Carl Love @Preben Alsholm @vv @acer, each of these threads has juice. There seems, indeed, to be:

  • an issue in forget (with regards to the syntax form forget(.., x))
  • an issue in unwith (the need for unwith to call forget is clear, not happening)
  • an issue in Physics: although if you input with(Physics) it is expected that the derivatives of the complex components (e.g. conjugate) are redefined so that dz/dconjugate(z) = dconjugate(z)/dz = 0 (Wirtinger derivatives), on the other hand, after reading this thread, I think calling Physics:-diff (and not with(Physics)) should not do this redefinition. And these things need to be documented somewhere visible.

I am a bit overloaded this week but I will try to address some or all of these issues (the one in forget may be out of reach) and upload the adjustments for everybody in the following Maplesoft Physics Updates.

Edgardo S. Cheb-Terrab
Physics, Differential Equations and Mathematical Functions, Maplesoft

Hi @Preben Alsholm 
You are right, unwith unloads the package and forget clears remember tables from results obtained with the package, both concepts apply to any package. This is expected and what one needs to do, @Carl Love, when you want to restore the previous behavior without restart.

@acer , forget - say diff - with subfunctions = true clears remember tables of everything that starst with diff, e.g. `diff/conjugate`, but I suppose you are aware of that so maybe it's Sunday morning here and I'd need to read your answer more carefully.

@vv, several things, not "almost everything", is redefined when you load Physics. The redefinitions are as in more functionality is available, e.g. you can differentiate with respect to a function (say conjugate(z)), and then there are very few exceptions, less than a handful of extended-different behavior that makes sense in the Physics context; e.g. after with(Physics), Heaviside(0) = 1/2 instead of Heaviside(0) = undefined. In this example, more importantly, for all the functions shown by FunctionAdvisor(complex_components), Physics' default is usewirtingerderivatives = true (about that, check this Mapleprimes post), i.e.: z and conjugate(z) are considered in equal footing, dz/dconjugate(z) = dconjugate(z)/dz = 0.

The key idea behind the Physics package integrated into the Maple system is that it extends the default computational domain with vectors, tensors, anti and non commutative variables and functions, curved spacetimes, Wirtinger derivatives for the complex components, differentiation using a jet concept (q(t) and diff(q(t),t) as independent differentiation variables); Etc. All this is explained in ?Physics. Whoever doesn't need any of that, just doesn't load Physics, and whoever needs that, needs it within the Maple system, not separated.

Finally, @Carl Love and @acer , I am surprised that forget(.., conjugate(f(x))) used by Carl, or even forget(.., x) didn't clear the remember table of :-diff. That requires a further look since the expected behavior is for forget to have cleared all tables containing the second (and any subsequent) argument; though this has nothing to do with Physics.

Edgardo S. Cheb-Terrab
Physics, Differential Equations and Mathematical Functions, Maplesoft

Hi @nmacsai 
I am honestly flattered that you liked my profile picture, to the point of using a very similar one: a Ket with a psi(t) function. But it is not a good idea ... People (me included) get a first idea of who is writing by looking at the profile picture, and if we both use the same (I realize yours has the function italicized and with dependency, but that is too minor of a difference), it creates confusion. Would you mind please adjusting this? Thanks in advance.


Edgardo S. Cheb-Terrab
Physics, Differential Equations and Mathematical Functions, Maplesoft

@Carl Love 

First, you see that basically all the other non-alphanumeric characters already have a syntactical meaning. Of course, each one could be seen "ad hoc" and indeed mathematical notation gives meaning in "ad hoc" ways, e.g. A! means the factorial of A. In fact, the prime non-alphanumeric character,  ', also has "ad hoc" meaning: the input x' is syntactically correct and interpreted as differentiation with respect to x. But then, in rather frequent mathematical notation the input x' is also used with a different meaning, to denote a variable that in some context (e.g. transformation of coordinates, or Green functions) we think of it as somehow related to x.

Now, if x' is accepted as syntactically correct to mean differentiation with respect to x, if Typesetting:-Settings(':-useprime' = false) it is natural to me that the same input x' is still syntactically correct just not meaning differentiation, and that is all I implemented now. Is this natural? If you read the original post by @nmacsai you see that is what appeared natural to him too, he asks: 

  • "Can I disable maple's use of the ' function? (aka prime/derivative function) [..] Is there a way that I can disable the operator function of ' so I can use it as a naming scheme"

The answer now is: yes you can disable the prime/derivative function in order to use the prime as a naming scheme. and "without changing anything" since the syntax x' was already allowed as input. All we have now is that, naturally, after disabling prime differentiation you can use x' as a variable.

But even if @nmacsai had not asked about this, consider the input shown:

It is my opinion that, once I set in my mind that t' does not mean differentiation with respect to x, the natural way to input this is psi(t) = Int(G(t, t') * psi(t'), t), not having to input `t'` which for me only indicates there is some obscure computer reason for something so absurd (from the point of view of a human) as having to surround with ``. So all you need is a mimicry of "set in my mind that t' does not mean differentiation with respect to x", and that mimicry is achieved entering Typesetting:-Settings(':-useprime' = false).

As another example, in a recent post I made here in Mapleprimes about Einstein's principle of relativity, there is one place where - when writing the post - I felt rather uncomfortable; copying from the post:

I felt horrible. The motivation for this line was the same as the motivation of @nmacsai to write the question we are replying to here. In physics, you very frequently use the ' to denote variables. That day it didn't pass through my mind that I could fix this in a natural way: tell the system that ' does not mean differentiation and fix the inconsistency that x' is valid syntax (when it is differentiation) and, at the same time, not valid syntax (when it is not differentiation). Now it is always valid syntax. And that addresses the other frequent use of the prime ' in mathematical notation, which is to denote variables.

All that said, I am not trying to convince you or anyone, maybe we just see this differently, and if you prefer to input surrounding with ``, as in `x'` instead of x', and both with the same meaning (`x` and x also have the same meaning), well, you can still do it. By the way, none of this represents the maintenance problem you suggest.

Edgardo S. Cheb-Terrab
Physics, Differential Equations and Mathematial Functions, Maplesoft

 

@nmacsai ​​​​, @Carl Love@rlopez 

Download Primed_symbols_as_variables.mw

Edgardo S. Cheb-Terrab
Physics, Differential Equations and Mathematical Functions, Maplesoft

@nm 
The answer is there in this other answer I gave today to another question of yours: for a solving command, there is a context and mathematical normal form. Depending on what you want - the specification of what you mean by degree in these not-normalized examples - somewhere in the multiple replies above, I mentioned using PDEtools:-dpolyform, which regarding degree emulates properly the context and mathematical normal form used by the DE solving commands to interpret your input and so its degree.

To the side, looking around the replies above, I see one by @Carl Love, and I am not sure he or you are aware of these two commands: PDEtools:-ToJet and PDEtools:-FromJet. They are the commands that, in one step, rewrite a given ODE in a form suitable to work with the DifferentialAlgebra package (I am co-author of that package).

Edgardo S. Cheb-Terrab
Physics, Differential Equations and Mathematical Functions, Maplesoft

@Rouben Rostamian  

Yes. Put this in your mapleinit:

`dsolve/arbitraryconstants` := "subscripted":
`pdsolve/arbitraryfunctions` := "subscripted": 


In this way, you indicate that the starting value is "subscripted".

Edgardo S. Cheb-Terrab
Physics, Differential Equations and Mathematical Functions, Maplesoft

@lemelinm

Edgardo S. Cheb-Terrab
Physics, Differential Equations and Mathematical Functions, Maplesoft

Hi Mario, could you please upload a worksheet with the problem formulated? You can use the Green arrow for that purpose.

Edgardo S. Cheb-Terrab
Physics, Differential Equations and Mathematical Functions, Maplesoft

Hi, please use the Green arrow to upload a Maple worksheet with the input for your problem and some text making your question or expected solution clear; thanks.

Edgardo S, Cheb-Terrab
Physics, Differential Equations and Mathematical Functions, Maplesoft

I hope it helps you in performing your calculations easier.

Download Using_Physics_instead.mw

Edgardo S. Cheb-Terrab
Physics, Differential Equations and Mathematical Functions, Maplesoft

@justauser 
Physics has Fundiff, to compute Lagrange equations in general by variating the Action as an integral of the Lagrangian density. It is true, however, that none of these three packages have a command to tackle the inverse problem, that is, to find the Lagrangian given Lagrange's equations (am I right in understanding that is what you want?)

At first sight, I would think that a direct approach, formulating the problem with L as an unknown, then tackling the system of equations with PDEtools commands, would be the way to go, instead of computing the Helmholtz conditions for the existence of the Lagrangian to then try to compute the Lagrangian itself. If Helmholtz conditions are not satisfied, the PDEtools commands will automatically return nothing.

Could you please write, within a Maple worksheet, who your 'vg' is and what solution (Lagrangian) you expect and upload the worksheet? (For that, use the green arrow you see when posting something here.) If you do not know what you expect, could you please add in that worksheet an example where you give vg and the solution you expect? With that, I can take a look

Edgardo S. Cheb-Terrab
Physics, Differential Equations and Mathematical Functions, Maplesoft

Hi @Carl Love 
I am saying it is a different problem, but not just that: I fixed both problems in two different places. One is: simplifying a RootOf returned by solve may, rarely but can happen, result in a RootOf("...") where "..." has no _Z around. The other is: due to a bug in solve in 1999, there was a line of code removing solutions x = x for single equation problem. That bug got fixed in 2000, but that line in the internal differential equation (solve) routine remained in place. Then you posted what, for me, is a valid example of solution x = x, not related to RootOf(...) that has no _Z. So: two problems that required two fixes. That explains in detail why I wrote "these are two different and unrelated problems."

Then your view on this, that "something", solved with respect to x, could not have x when "something" is simplified, yes, in that sense, there is similitude; your message, however, didn't say that. Instead: "here is another one where solve and PDEtools:-Solve return different, and I (Carl) prefer the output by solve". 

@Rouben Rostamian@nm 

I deleted my previous comment, "uses" Physics:-Vectors is not necessary in Rouben's program, but anyway I preferred to look at this closely. The issue is now resolved in the Maplesoft Physics Updates v.1276.

The details are:

1) Vectors:-`-`  (not a Vectors visibly exported command) is an internal routine coded as a hidden export. I would expect not to be binded by uses, but it is. Maybe my expectation is due to my lack of familiarity with uses, a useful and straightforward idea.

2) Vectors:-`-` was coded (~30 years ago) as a binary operator. Used as an internal routine, that is all that was needed. But the same way as `+`, the `-` operation is well defined with 0, 1 or N > 1 operands.

3) Within Rouben's program, "1 - p.q" is an operation (`-`) with two operands, not just one, but when "uses" is there, Vectors:-`-` receives only one operand, resulting, due to 2), in the error interruption observed. You see that by entering debug(Vectors:-`-` ) before entering my_module:-my_proc(u_,v_). If, in Rouben's program, instead of `-` you use `+`, then debug(Vector:-`+`), you see that two operands are passed to Vectors:-`+`, not just one. (Unlike Vectors:-`-`, Vectors:-`+` is a Vectors visibly exported command, expected to be binded by uses.) So up to what I can see there is an issue in "uses" here: it passes two operands to `+`, but only one to `-`.

Item 2) is corrected by removing the (unnecessary) restriction to "always expect 2 operands"; with that, the problem noticed disappears entirely. Item 3) is now tracked as an issue in uses, to be reviewed by the kernel group.

Edgardo S. Cheb-Terrab
Physics, Differential Equations and Mathematical Functions, Maplesoft

 

Hi @Rouben Rostamian  

The Maple default type 'scalar', as several commands previous to Physics, knows nothing about this extended domain that includes vectors, tensors, abstract matrices (non-commutative symbols) etc. Instead of that, please check the help page for Vectors:-Identify. That is what you need to distinguish a scalar from a vector.

To the side: Physics and its subpackages are self-complete, including, in addition to the package's commands, the Physics:-Library (nops(with(Physics:-Library)) -> 172) and the library of Physics types (nops(with(Physics:-Library:-PhysicsTypes)) -> 114). Those are the internal routines and types with which the Physics package and its subpackages are written.

Of course, there are Maple commands that exist before Physics, and you can use all of them when writing code for the extended domain implemented with Physics, but depending on the (pre-Physics) command or type, you need to first check that they work as you intend. In part for that reason, I made the whole Physics:-Library and its types available and documented at user level - they allow you to code everything you'd need to compute with the extended domain.

Edgardo S. Cheb-Terrab
Physics, Differential Equations and Mathematical Functions, Maplesoft

 

First 9 10 11 12 13 14 15 Last Page 11 of 65