How do I find the expression in Python, given the m and l valuesin the table? My codes do not work properly.
1/2 norm = (26+1) (1-m)!] Cl+m)]_ In [286]: In [ ]: H norm = ((2*tips ['1_value'] +1)*math.factorial (tips ['1_value']-tips ['m_value']))**0.5/(math.factorial (tips ['1_value']-tips ['m_v < ➤ Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_18184/2347138229.py in ----> 1 norm = ((2*tips ['1_value']+1)* math.factorial (tips ['1_value']-tips ['m_value']))**0.5/(math.factorial (tips ['1_value']- tips ['m_value']))**0.5 TypeError: 'Series' object cannot be interpreted as an integer TypeError
How do I find the expression in Python, given the m and l values in the table? My codes do not work properly.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am