Calculating Complexity with Big-O Notation

  • Context: LaTeX 
  • Thread starter Thread starter Hurkyl
  • Start date Start date
  • Tags Tags
    Complexity Notation
Click For Summary
SUMMARY

This discussion focuses on calculating complexity using Big-O notation, specifically addressing the formula \(\frac{}{<(N-n)!>} = (1 + \mathcal{O}( \frac{1}{} ))\). Participants noted issues with rendering certain mathematical expressions in browser popups, particularly the factorial notation and its HTML representation. The conversation highlights the importance of accurately displaying mathematical notations in web formats to avoid confusion.

PREREQUISITES
  • Understanding of Big-O notation and its applications in algorithm analysis
  • Familiarity with factorial notation and its mathematical implications
  • Basic knowledge of HTML rendering issues related to mathematical expressions
  • Experience with LaTeX for typesetting mathematical formulas
NEXT STEPS
  • Research the principles of Big-O notation in algorithm complexity analysis
  • Explore solutions for rendering LaTeX in web applications using MathJax
  • Learn about common HTML rendering issues and how to troubleshoot them
  • Study advanced mathematical notation and its representation in digital formats
USEFUL FOR

Mathematicians, computer scientists, web developers, and educators involved in teaching algorithm complexity and mathematical notation rendering.

Hurkyl
Staff Emeritus
Science Advisor
Gold Member
Messages
14,922
Reaction score
28
[tex]\frac{<N!>}{<(N-n)!>} = <N^n> (1 + \mathcal{O}( \frac{1}{<N!>} ))[/tex]

The popup you get from clicking on this is missing lots of the code. I presume because my browser is trying to render things as HTML tags.
 
Physics news on Phys.org
it is missing every instance of

[tex] <N!>[/tex]

Weird.

And it is on the popup for that image. Seems to be just that one part gets dropped.
 
[tex] \begin{align*}<br /> <N!>& <N! > < N!> < N! > < N ! > <N> <N > < N> < N > <!> - \\<br /> <P!>& <P! > < P!> < P! > < P ! > <P> <P > < P> < P > <!> - \\<br /> <Q!>& <Q! > < Q!> < Q! > < Q ! > <Q> <Q > < Q> < Q > <!> - \\<br /> <I!>& <I! > < I!> < I! > < I ! > <I> <I > < I> < I > <!> - \\<br /> <U!>& <U! > < U!> < U! > < U ! > <U> <U > < U> < U > <!> - \\<br /> <B!>& <B! > < B!> < B! > < B ! > <B> <B > < B> < B > <!> <br /> \end{align*}[/tex]

[tex]<\psi>[/tex]

[tex]<\psi | H |\psi>[/tex]

Code:
\begin{align*}
<N!>& <N! > < N!> < N! > < N ! > <N> <N > < N> < N > <!> - \\
<P!>& <P! > < P!> < P! > < P ! > <P> <P > < P> < P > <!> - \\
<Q!>& <Q! > < Q!> < Q! > < Q ! > <Q> <Q > < Q> < Q > <!> - \\
<I!>& <I! > < I!> < I! > < I ! > <I> <I > < I> < I > <!> - \\
<U!>& <U! > < U!> < U! > < U ! > <U> <U > < U> < U > <!> - \\
<B!>& <B! > < B!> < B! > < B ! > <B> <B > < B> < B > <!> 
\end{align*}
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 15 ·
Replies
15
Views
25K
Replies
1
Views
2K