Itex Programming: Testing Resizing Formulas

In summary, the conversation is discussing the use of itex and tex for writing mathematical equations. Itex is used for writing equations in-line, while tex is used for equations that need to be displayed. Itex can sometimes be difficult to read when using fractions, so it is better to use tex in those cases. Tex also has both inline and displaymath styles, which can affect line spacing. The conversation also includes examples of both itex and tex equations, as well as a link for further information on their usage.
  • #1
sylas
Science Advisor
1,647
9
I don't see any forum where I can just test out itex programming, so I'm doing it here. I will try to delete this thread after posting. My apologies if I can't do that.BD = [itex](2\omega + 3)/(2\omega + 4)[/itex] 0.0409

In paper: 2/3(3/2 - 2ξ/η), and fs 1 - σ/η

Using itex
[itex]\sigma = \frac{1}{\sqrt{(2\varpi+3)(2\varpi+4)}}[/itex]

Added in edit... sorry. I could not delete. It is annoying that the preview facility seems not to preview itex. I think?

Oh well. Now that the thread is here, I'll see how resizeing works, both outside itex and inside.

First, putting the above inside size tags.
[itex]\sigma = \frac{1}{\sqrt{(2\varpi+3)(2\varpi+4)}}[/itex]

Second, adding a "large" tag inside the itex. (Not the proper way to do it in real LaTeX.)
[itex]\large \sigma = \frac{1}{\sqrt{(2\varpi+3)(2\varpi+4)}}[/itex]

Hm. Can I make a formula larger some other way?
 
Last edited:
Technology news on Phys.org
  • #2
Use can use the http://at.org/~cola/tex2img/index.php" (use Math mode)
 
Last edited by a moderator:
  • #3
sylas said:
Hm. Can I make a formula larger some other way?

Instead of using itex use tex:

[tex]\sigma = \frac{1}{\sqrt{(2\varpi+3)(2\varpi+4)}}[/tex]
 
  • #4
mattmns said:
Instead of using itex use tex:

OK... let me try...

[tex]\sigma = \frac{1}{\sqrt{(2\varpi+3)(2\varpi+4)}}[/tex]
[tex]\eta = \sqrt{\frac{2\varpi+4}{2\varpi+3}}[/tex]
[tex]\xi = 1 - \eta + 2\varpi[/tex]
geodetic factor [tex]\frac{2}{3}(\frac{3}{2} - 2\frac{\xi}{\eta}) = 1 - \frac{4\xi}{3\eta}[/tex]

[tex]\begin{array}{rcl}\frac{2}{3}(\frac{3}{2}-\frac{2\xi}{\eta})
&=&1-\frac{4\xi}{3\eta}\\
&=&1-\frac{4-4\eta+8\sigma}{3\eta}\\
&=&1-\frac{4}{3}\sqrt{\frac{2\varpi+3}{2\varpi+4}}+\frac{4}{3}-\frac{8}{3}\sqrt{\frac{(2\varpi+3)}{(2\varpi+4)^2(2\varpi+3)}}\\
&\approx&1-\frac{4}{3}(1-\frac{1}{2(2\varpi+4)})+\frac{4}{3}-\frac{8}{3(2\varpi+4)}\\
&=&1+\frac{1}{3(\varpi+2)}-\frac{4}{3(\varpi+2)}\\
&=&1-\frac{1}{\varpi+2}\end{array}[/tex]

Excellent -- just what I want. But what is the difference? tex still seems to use a math mode. Where are these documented?

Using the various preview tools at other sites is helpful, but I don't feel confident that the implementation will be exactly as it is here.

Cheers -- Sylas
 
Last edited:
  • #5
The difference is that itex is small, and tex is big :smile: Generally, you use itex when you are writing math in-line. And you use tex whenever you feel like you need/want to. For example, as you saw, fractions sometimes are difficult to read when you use itex, so it is probably better to use tex for fractions.

Consider the following example.

I am using itex here: [itex]\sum_{i=1}^{\infty}x^i[/itex] and I am using tex here: [tex]\sum_{i=1}^{\infty}x^i[/tex]. See how tex is kind of messing with the line spacing.edit... You can probably find some more info here: https://www.physicsforums.com/showthread.php?t=8997
 
Last edited:
  • #6
Aha. That link was great. It would be good to have as a standard help page.

TeX has both inline and displaymath styles; and the two tags tex and itex handle those two cases.

Trying an equation...

[tex]\begin{equation*}\begin{split}\frac{2}{3}(\frac{3}{2}-\frac{2\xi}{\eta})&=1-\frac{4\xi}{3\eta}\\&=1-\frac{4-4\eta+8\sigma}{3\eta}\\
&=1-\frac{4}{3}\sqrt{\frac{2\varpi+3}{2\varpi+4}}+\delta\end{split}\end{equation*}[/tex]
 
Last edited:

FAQ: Itex Programming: Testing Resizing Formulas

What is Itex Programming?

Itex Programming is a programming language used for creating and manipulating mathematical formulas and equations. It is commonly used in scientific and mathematical fields.

What is the purpose of testing resizing formulas in Itex Programming?

The purpose of testing resizing formulas in Itex Programming is to ensure that the formulas and equations are accurately resized when used in different contexts or with different variables.

How do you test resizing formulas in Itex Programming?

To test resizing formulas in Itex Programming, you can use various methods such as changing the values of variables, using different functions and operators, and comparing the output with expected results.

What are the benefits of testing resizing formulas in Itex Programming?

Testing resizing formulas in Itex Programming helps to identify and correct errors in the formulas, ensures accuracy and reliability of the equations, and allows for flexibility in using the formulas in different contexts.

Are there any challenges in testing resizing formulas in Itex Programming?

Yes, there can be challenges in testing resizing formulas in Itex Programming, such as ensuring all possible scenarios are covered, dealing with complex equations, and accurately interpreting the results of the tests.

Similar threads

Replies
1
Views
4K
Replies
23
Views
2K
Replies
1
Views
1K
Replies
4
Views
830
Replies
2
Views
792
Replies
6
Views
653
Replies
32
Views
3K
Replies
1
Views
2K
Back
Top