Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.5K Views
|
2 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Understand the meaning of & operator?

Posted 6 years ago
POSTED BY: Ermanno Citraro
2 Replies
POSTED BY: Ermanno Citraro
Posted 6 years ago

Are you able to provide a minimal example with code one could actually evaluate?

I think there are some fundamental issues in your syntax. For example to define a function XX with 3 arguments you would want to instead do

XX[aa_, bb_, UU_] := -Inverse[aa].(bb.UU )

or something similar. The following doesn't really make a ton of sense:

XX = -Inverse[aa].(bb.UU );
X=XX&[aa=4,bb=5,cc=6]

Consider this documentation page: https://reference.wolfram.com/language/tutorial/DefiningFunctions.html

POSTED BY: Kyle Martin
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard