Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.8K Views
|
6 Replies
|
1 Total Like
View groups...
Share
Share this post:

How to hide function params (args?) in output

Posted 4 years ago

Correct me if I'm wrong, but I have to specify the parameter of a variable in order to later be able to take a derivative, however this clutters up my output and makes it harder to read. Is there a way to hide the parameter [t] in the output?

I have tried (and read the docs on) various forms of replace, replace all, repeated replace all, and Format[], but I don't understand Mathematica well and could use some help.

POSTED BY: Casey Lapoint
6 Replies
Posted 4 years ago
POSTED BY: Hans Milton
Posted 4 years ago

That is IT! Thank you!

POSTED BY: Casey Lapoint
Posted 4 years ago
POSTED BY: Casey Lapoint
Posted 4 years ago

I don't think I really understand what the problem is, but if you want to show the thetas without the [t], then just do that. E.g.

R = {{1, 0, 0}, {0, Cos[\[Theta]], Sin[\[Theta]]}, {0, -Sin[\[Theta]],Cos[\[Theta]]}}

(I ditched the subscripts for clarity in this example.)

POSTED BY: Eric Rimbey
Posted 4 years ago
POSTED BY: Casey Lapoint
Posted 4 years ago

Are the thetas actual functions or just quantities/parameters?

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