first commit
This commit is contained in:
parent
0cbb73e980
commit
aa97bc4418
@ -4,18 +4,7 @@
|
||||
"cell_type": "code",
|
||||
"execution_count": 1,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stderr",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"/home/grzegorz/shiroindev/shiroindev.py:40: DeprecationWarning: invalid escape sequence \\^\n",
|
||||
" formula=re.sub('\\^{(.)}',r'^\\1',latex(formula,fold_short_frac=True).replace(' ','').replace('\\\\left(','(').replace('\\\\right)',')'))\n",
|
||||
"/home/grzegorz/shiroindev/shiroindev.py:41: DeprecationWarning: invalid escape sequence \\{\n",
|
||||
" return re.sub('\\{(\\(.+?\\))\\}',r'\\1',formula)\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from shiroindev import *\n",
|
||||
"sSeed=1"
|
||||
@ -769,8 +758,8 @@
|
||||
"status: 0\n",
|
||||
"From weighted AM-GM inequality:\n",
|
||||
"$$2a^2b^2c^3d \\le a^3bc^2d^2+ab^3c^4$$\n",
|
||||
"$$2a^2c^3d \\le a^3c^2d^2+ac^4$$\n",
|
||||
"$$4a^2bc^3d \\le a^3bc^2d^2+a^3c^2d^2+ab^3c^4+ac^4$$\n",
|
||||
"$$2a^2c^3d \\le a^3c^2d^2+ac^4$$\n",
|
||||
"\n",
|
||||
"$$ 0 \\le \n",
|
||||
"4a^3bcd^3+2a^3bd^4+2a^3cd^3+2a^2b^2cd^3+4a^2bc^2d^2+12a^2bcd^3+6a^2bd^4+4a^2c^2d^2+6a^2cd^3+4ab^3c^3d+2ab^3c^2d^2+6ab^2c^4+8ab^2c^3d+4ab^2c^2d^2+4ab^2cd^3+6abc^4+4abc^3d+6abc^2d^2+12abcd^3+6abd^4+4ac^2d^2+6acd^3+2b^3c^3d+2b^3c^2d^2+4b^2c^3d+4b^2c^2d^2+2b^2cd^3+2bc^3d+4bc^2d^2+4bcd^3+2bd^4+2c^2d^2+2cd^3 $$\n",
|
||||
|
Loading…
Reference in New Issue
Block a user