Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bracketing arbitrary dotproducts #561

Open
vsht opened this issue Oct 9, 2024 · 2 comments
Open

Bracketing arbitrary dotproducts #561

vsht opened this issue Oct 9, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@vsht
Copy link

vsht commented Oct 9, 2024

Hi,

when using bracket, is there a way to pick up any dotproduct without changing the standard p(q) notation?

Of course I can do something like

id lsclP1?.lsclP2?^lsclS?!{,0} = lsclSPD(lsclP1,lsclP2)^lsclS;

and then

b,
lsclSPD,
...
;

but it would be nice to do it without introducing any new functions.

Cheers,
Vlad

@jodavies
Copy link
Collaborator

jodavies commented Oct 9, 2024

As far as I know this is not possible. For this purpose one could introduce something like Denominators which would allow one to provide a name for a scalar-product function, which would then be used for form's printing and also allow pattern matching.

@vsht
Copy link
Author

vsht commented Oct 9, 2024

I see, many thanks for your reply!

@jodavies jodavies added the enhancement New feature or request label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants