Math & ScienceEquiation making problem

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Galmadeus
Posts: 1
Joined: Sat Nov 23, 2019 6:48 pm

Equiation making problem

Post by Galmadeus »

Dear All!

I'm new to LaTeX, but i have to use it for my master thesis. My code is:

Code: Select all

\begin{equation} 
 \PP({cancer})= 1-(1- \sum_{i=1}^{6} p_i F_i (t_1,t_2))^\alfa
\end{equation}
But i always get an error message:
! Undefined control sequence.
l.658 ...- \sum_{i=1}^{6} p_i F_i (t_1,t_2))^\alfa

?

What do i do wrong? (\PP is a big probability P)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Equiation making problem

Post by Johannes_B »

Maybe \alpha?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply