Message Boards Message Boards

0
|
5192 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

factors in index form

Posted 9 years ago

HOW CAN I GET THE ANSWER TO FACTOR INTEGER IN SUPERSCRIPT FORM AND A DOT BETWEEN THE FACTORS eg factorinteger[10!] which gives the answer as a set of factors and if I use Times@@(Superscript@@@%) I get the factors in index form which is fine but I want a * or dot between the factors and using CenterDot on the previous result does not do the job. help ray

POSTED BY: Ray Lawicki
2 Replies
Posted 9 years ago

THANKS IT WORKS RAY

POSTED BY: Ray Lawicki

Something like the following should display the result as you desire.

FactorInteger[10!]
Infix[f @@ (Superscript @@@ %), "\[CenterDot]"]
POSTED BY: Gerard Kopcsay
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract