Timeline for HoldForm does not Hold Form for fractions sometimes
Current License: CC BY-SA 3.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:56 | history | edited | CommunityBot | replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/ | |
| Dec 26, 2014 at 15:53 | vote | accept | Crypto | ||
| Dec 26, 2014 at 15:32 | history | edited | bbgodfrey | CC BY-SA 3.0 | Added second addendum |
| Dec 26, 2014 at 15:24 | comment | added | bbgodfrey | @Crypto, there are many ways to address this issue, depending on how the fractions appear in your input. For instance, if your input contains, for instance, z1 z2, which you later replace by fractions, then the second addendum (which I shall add in a few minutes) works well, I believe. | |
| Dec 26, 2014 at 14:21 | comment | added | Crypto | I have seen this kind of behaviour only with fractions (but maybe there are others). So first, I would need a trick to bypass this fraction behaviour automatically. (Maybe there is nothing simple) | |
| Dec 26, 2014 at 14:11 | comment | added | bbgodfrey | @Crypto, please provide example, so I know what you have in mind. For instance, is it just the product of two fractions? | |
| Dec 26, 2014 at 14:08 | comment | added | Crypto | I mean, I am looking for a way to get the more accurate TeX translation of my input. I can make any transformation before or after, apply any Mathematica function or any post processing. Currently, I get the TeX Output and add a \times where there is a space. So the current output is $$\frac{3}{2 \times 4} $$ I would like any other transformation to be more accurate. How to convert HoldForm[1/2*3/4] to HoldForm[1/2] HoldForm[3/4] in an aotomated way for example. | |
| Dec 26, 2014 at 13:59 | comment | added | bbgodfrey | @Crypto, that depends on the form of your input. If you literally want to change 1/2*3/4 to the form in my last equation, doing so is easy. However, I would guess that you want to do something more complicated. Please give an actual example, if possible, if your input. | |
| Dec 26, 2014 at 13:32 | comment | added | Crypto | How can I automatically apply this to my input 1/2*3/4 ? | |
| Dec 25, 2014 at 16:36 | history | edited | bbgodfrey | CC BY-SA 3.0 | Added Addendum |
| Dec 25, 2014 at 11:57 | history | answered | bbgodfrey | CC BY-SA 3.0 |