and the error python thrown is :
Traceback (most recent call last):
File "F:\test2.py", line 22, in <module>
result=solve([TotalAxialForce,TotalNormalForce,PitchMoment,TotalLiftCoefficient,TotalDragCoefficient,WingBodyLiftCoefficient],[CL_syb,CLw_syb,CD_syb,Ctau_syb,alpha_e_syb,CLT_syb])
File "C:\Python27\lib\site-packages\sympy\solvers\solvers.py", line 782, in solve
solution = _solve_system(f, symbols, **flags)
File "C:\Python27\lib\site-packages\sympy\solvers\solvers.py", line 1384, in _solve_system
soln = _solve(eq2, s, **flags)
File "C:\Python27\lib\site-packages\sympy\solvers\solvers.py", line 1099, in _solve
return _solve(f_num.rewrite(tan), symbol, **flags)
File "C:\Python27\lib\site-packages\sympy\solvers\solvers.py", line 1206, in _solve
result = _tsolve(f_num, symbol, **flags)
File "C:\Python27\lib\site-packages\sympy\solvers\solvers.py", line 1898, in _tsolve
u = unrad(eq, sym)
File "C:\Python27\lib\site-packages\sympy\solvers\solvers.py", line 2399, in unrad
return (_mexpand(eq), cov, list(dens))
File "C:\Python27\lib\site-packages\sympy\simplify\sqrtdenest.py", line 10, in _mexpand
return expand_mul(expand_multinomial(expr))
File "C:\Python27\lib\site-packages\sympy\core\function.py", line 1782, in expand_multinomial
power_base=False, basic=False, multinomial=True, log=False)
File "C:\Python27\lib\site-packages\sympy\core\cache.py", line 88, in wrapper
func_cache_it_cache[k] = r = func(*args, **kw_args)
File "C:\Python27\lib\site-packages\sympy\core\expr.py", line 2699, in expand
expr, hit = Expr._expand_hint(expr, hint, deep=deep, **hints)
File "C:\Python27\lib\site-packages\sympy\core\expr.py", line 2635, in _expand_hint
arg, arghit = Expr._expand_hint(arg, hint, **hints)
File "C:\Python27\lib\site-packages\sympy\core\expr.py", line 2635, in _expand_hint
arg, arghit = Expr._expand_hint(arg, hint, **hints)
File "C:\Python27\lib\site-packages\sympy\core\expr.py", line 2643, in _expand_hint
newexpr = getattr(expr, '_eval_expand_' + hint)(**hints)
File "C:\Python27\lib\site-packages\sympy\core\power.py", line 487, in _eval_expand_multinomial
expansion_dict = multinomial_coefficients(len(p), n)
File "C:\Python27\lib\site-packages\sympy\ntheory\multinomial.py", line 140, in multinomial_coefficients
return dict(multinomial_coefficients_iterator(m, n))
File "C:\Python27\lib\site-packages\sympy\ntheory\multinomial.py", line 231, in multinomial_coefficients_iterator
t1 = _tuple(t)
MemoryError