Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -582,9 +582,9 @@ with tab1:
|
|
582 |
st.plotly_chart(fig, use_container_width=True)
|
583 |
method_used = "Eigenvalue Method" if use_eigenvalue_method else "Discriminant Method"
|
584 |
st.markdown(f"### Curve Explanations (using {method_used})")
|
585 |
-
st.markdown(
|
586 |
-
- **Upper z*(β)** (Blue): Maximum z value where roots transition between real and complex
|
587 |
-
- **Lower z*(β)** (Light Blue): Minimum z value where roots transition between real and complex
|
588 |
- **High y Expression** (Green): Asymptotic approximation for high y values
|
589 |
- **Low Expression** (Orange): Alternative asymptotic expression
|
590 |
- **Max k Expression** (Red): $\\max_{k \\in (0,\\infty)} \\frac{y\\beta (a-1)k + \\bigl(ak+1\\bigr)\\bigl((y-1)k-1\\bigr)}{(ak+1)(k^2+k)}$
|
|
|
582 |
st.plotly_chart(fig, use_container_width=True)
|
583 |
method_used = "Eigenvalue Method" if use_eigenvalue_method else "Discriminant Method"
|
584 |
st.markdown(f"### Curve Explanations (using {method_used})")
|
585 |
+
st.markdown("""
|
586 |
+
- **Upper z*(β)** (Blue): Maximum z value where roots transition between real and complex
|
587 |
+
- **Lower z*(β)** (Light Blue): Minimum z value where roots transition between real and complex
|
588 |
- **High y Expression** (Green): Asymptotic approximation for high y values
|
589 |
- **Low Expression** (Orange): Alternative asymptotic expression
|
590 |
- **Max k Expression** (Red): $\\max_{k \\in (0,\\infty)} \\frac{y\\beta (a-1)k + \\bigl(ak+1\\bigr)\\bigl((y-1)k-1\\bigr)}{(ak+1)(k^2+k)}$
|