|
덧셈
5 5 |
|
6 6 |
0.300000000000000 0.300000000000000 |
8 8 |
8 8 |
1/8 1/8 |
3 * 13 * 443 * 121367 * 4779326644317538771 3 * 13 * 443 * 121367 * 4779326644317538771 |
(a, b, c) (a, b, c) |
(a + b)^2 (a + b)^2 |
(u, v) (u, v) |
a^10 + 10*a^9*b + 45*a^8*b^2 + 120*a^7*b^3 + 210*a^6*b^4 + 252*a^5*b^5 + 210*a^4*b^6 + 120*a^3*b^7 + 45*a^2*b^8 + 10*a*b^9 + b^10 a^10 + 10*a^9*b + 45*a^8*b^2 + 120*a^7*b^3 + 210*a^6*b^4 + 252*a^5*b^5 + 210*a^4*b^6 + 120*a^3*b^7 + 45*a^2*b^8 + 10*a*b^9 + b^10 |
[x == -1/2*sqrt(5) + 3/2, x == 1/2*sqrt(5) + 3/2] [x == -1/2*sqrt(5) + 3/2, x == 1/2*sqrt(5) + 3/2] |
[x == -1/2*(1/18*sqrt(247)*sqrt(3) + 3/2)^(1/3)*(I*sqrt(3) + 1) + 1/6*(-I*sqrt(3) + 1)/(1/18*sqrt(247)*sqrt(3) + 3/2)^(1/3), x == -1/2*(1/18*sqrt(247)*sqrt(3) + 3/2)^(1/3)*(-I*sqrt(3) + 1) + 1/6*(I*sqrt(3) + 1)/(1/18*sqrt(247)*sqrt(3) + 3/2)^(1/3), x == (1/18*sqrt(247)*sqrt(3) + 3/2)^(1/3) - 1/3/(1/18*sqrt(247)*sqrt(3) + 3/2)^(1/3), x == 1, x == -1] [x == -1/2*(1/18*sqrt(247)*sqrt(3) + 3/2)^(1/3)*(I*sqrt(3) + 1) + 1/6*(-I*sqrt(3) + 1)/(1/18*sqrt(247)*sqrt(3) + 3/2)^(1/3), x == -1/2*(1/18*sqrt(247)*sqrt(3) + 3/2)^(1/3)*(-I*sqrt(3) + 1) + 1/6*(I*sqrt(3) + 1)/(1/18*sqrt(247)*sqrt(3) + 3/2)^(1/3), x == (1/18*sqrt(247)*sqrt(3) + 3/2)^(1/3) - 1/3/(1/18*sqrt(247)*sqrt(3) + 3/2)^(1/3), x == 1, x == -1] |
|
(x, y, z) (x, y, z) |
[[x == 4, y == 1]] [[x == 4, y == 1]] |
[[x == 3, y == -1, z == -5]] [[x == 3, y == -1, z == -5]] |
|
0.841470984807897 0.841470984807897 |
다음은 파이썬 방법이다.
함수 k(x)=s*sin(x)를 정의한다
|
함수 $h(x,y)= (x+y)^{10}+2 x y +x^2$
|
|
59054 59054 |
|
59054 59054 |
59054 59054 |
|
e^2 e^2 |
y y |
$\frac{d}{dx} k(x)$
|
-(x^2*sin(x) - 2*x*cos(x))*cos(x^2*cos(x)) -(x^2*sin(x) - 2*x*cos(x))*cos(x^2*cos(x)) |
$\frac{d}{dx} f(x)$
x*cos(x) + sin(x) x*cos(x) + sin(x) |
$\frac{d}{dx} \sin(x)$
cos(x) cos(x) |
-sin(x) -sin(x) |
$\frac{\partial}{\partial x} \sin(x y)$
|
y*cos(x*y) y*cos(x*y) |
y^20*sin(x*y) y^20*sin(x*y) |
x^3*y^2*cos(x*y) + 6*x^2*y*sin(x*y) - 6*x*cos(x*y) x^3*y^2*cos(x*y) + 6*x^2*y*sin(x*y) - 6*x*cos(x*y) |
x^3*y^2*cos(x*y) + 6*x^2*y*sin(x*y) - 6*x*cos(x*y) x^3*y^2*cos(x*y) + 6*x^2*y*sin(x*y) - 6*x*cos(x*y) |
$\frac{\partial^{10}}{\partial y^{10}} \sin(xy)$
-x^10*sin(x*y) -x^10*sin(x*y) |
|
0 0 |
$\frac{\partial^2}{\partial x^2} \sin(x y)$
-y^2*sin(x*y) -y^2*sin(x*y) |
$\frac{\partial^3}{\partial x \partial y^2} \sin(x y)$
-x^2*y*cos(x*y) - 2*x*sin(x*y) -x^2*y*cos(x*y) - 2*x*sin(x*y) |
-x^2*y*cos(x*y) - 2*x*sin(x*y) -x^2*y*cos(x*y) - 2*x*sin(x*y) |
-x*y*sin(x*y) + cos(x*y) -x*y*sin(x*y) + cos(x*y) |
3.80304538819769e10 3.80304538819769e10 |
$x^2\sin(xy^7)$ 의 $x=2,y=5$에서의 값을 소수로 구하시오
-0.998213235373344 -0.998213235373344 |
$\int k(x) dx$
sin(x^2*cos(x)) sin(x^2*cos(x)) |
|
-cos(x) -cos(x) |
0.459697694131860 0.459697694131860 |
sin(x^2*cos(x)) sin(x^2*cos(x)) |
$\int_1^2 k(x) dx$
integrate(sin(x^2*cos(x)), x, 1, 2) integrate(sin(x^2*cos(x)), x, 1, 2) |
-integrate(sin(x^2*cos(x)), x, 1, 2) -integrate(sin(x^2*cos(x)), x, 1, 2) |
위의 결과를 소수로 나타내기 위해서는 함수 $n()$을 점(.)으로 덧붙이면 된다 (객체지향 언어의 특성).
-0.032996004851711926 -0.032996004851711926 |
$\int_0^\pi \sin(x)^2 dx$ 를 수치계산과 정확한 계산으로 구해보고 비교해 보자. 두 계산 결과가 오차범위내에서 일치함을 주목하라.
(1.570796326794897, 1.7439342490043163e-14) (1.570796326794897, 1.7439342490043163e-14) |
1/2*pi 1/2*pi |
1.5707963267948966192 1.5707963267948966192 |
sqrt(pi) sqrt(pi) |
$\int_0^\infty e^{-\sqrt{x}} dx$
|
2 2 |
(2.000000014718695, 7.871724825303517e-07) (2.000000014718695, 7.871724825303517e-07) |
2 2 |
(1.0226025498810094, 6.629450086680393e-07) (1.0226025498810094, 6.629450086680393e-07) |
0.886226925452758 0.886226925452758 |
|
![]() |
|
![]() |
![]() |
(1.0226025498810094, 6.629450086680393e-07) (1.0226025498810094, 6.629450086680393e-07) |
![]() |
sin(4*cos(2)) sin(4*cos(2)) |
|
0.0919996683503752 0.0919996683503752 |
(a, b) (a, b) |
|
(a^2 + b^2)/(a*b) (a^2 + b^2)/(a*b) |
5/2 5/2 |
|
(a + b)^5/(a^2*b^3) (a + b)^5/(a^2*b^3) |
28.9351851851852 28.9351851851852 |
|
|
y^3 + x^2 + 2*x*y y^3 + x^2 + 2*x*y |
13.3750000000000 13.3750000000000 |
2*sin(2) 2*sin(2) |
2*cos(2) + sin(2) 2*cos(2) + sin(2) |
0.0770037537313969 0.0770037537313969 |
|
|
|
|
|
|
|
pi pi |
3.1415926535897932384626433832795028841971693993751058209749445923078164\ 06286208998628034825342117068 3.141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825342117068 |
2.71828182845905 2.71828182845905 |
2*sin(2) 2*sin(2) |
1.81859485365136 1.81859485365136 |
1.818594853651363390792039731823489685405 1.818594853651363390792039731823489685405 |
(a, b, c, d, e) (a, b, c, d, e) |
|
[a, b, 3] [a, b, 3] |
3 3 |
|
[a, b, 3, c] [a, b, 3, c] |
|
|
[a, b, 3, c, b, b] [a, b, 3, c, b, b] |
|
[a, 3, c, b, b] [a, 3, c, b, b] |
c c |
Traceback (click to the left of this block for traceback) ... ValueError: list.remove(x): x not in list Traceback (most recent call last): File "<stdin>", line 1, in <module> File "_sage_input_112.py", line 10, in <module> exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("TDEucmVtb3ZlKGQpOyBMMQ=="),globals())+"\\n"); execfile(os.path.abspath("___code___.py")) File "", line 1, in <module> File "/tmp/tmp3JDNKn/___code___.py", line 2, in <module> exec compile(u'L1.remove(d); L1 File "", line 1, in <module> ValueError: list.remove(x): x not in list |
a 3 c a 3 c |
c c |
|
63 63 |
|
[] [] |
|
[3] [3] |
|
|
[9, 7, 5, 2, 2, -1, -3] [9, 7, 5, 2, 2, -1, -3] |
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] |
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] |
[-20, -15, -10, -5, 0, 5] [-20, -15, -10, -5, 0, 5] |
[11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29] [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29] |
[2, 5, 8, 11, 14, 17] [2, 5, 8, 11, 14, 17] |
[1, 4, 7, 10, 13, 16, 19, 22, 25, 28, 31, 34, 37, 40, 43, 46, 49] [1, 4, 7, 10, 13, 16, 19, 22, 25, 28, 31, 34, 37, 40, 43, 46, 49] |
[2.00000000000000, 2.10000000000000, 2.20000000000000, 2.30000000000000, 2.40000000000000, 2.50000000000000, 2.60000000000000, 2.70000000000000, 2.80000000000000, 2.90000000000000] [2.00000000000000, 2.10000000000000, 2.20000000000000, 2.30000000000000, 2.40000000000000, 2.50000000000000, 2.60000000000000, 2.70000000000000, 2.80000000000000, 2.90000000000000] |
|
array([ 2. , 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3. , 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4. , 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5. , 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6. , 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7. , 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8. , 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9. , 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9]) array([ 2. , 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3. , 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4. , 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5. , 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6. , 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7. , 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8. , 8.1, 8.2, 8.3, 8.4, 8.5, 8.6, 8.7, 8.8, 8.9, 9. , 9.1, 9.2, 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, 9.9]) |
|
|
|
|
|
|
![]() |
Traceback (click to the left of this block for traceback) ... ValueError: Variable 'e' not found Traceback (most recent call last): File "<stdin>", line 1, in <module> File "_sage_input_135.py", line 10, in <module> exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("cGxvdChlXnNpbih4KSx4LDAsMTAsZmlnc2l6ZT00LGNvbG9yPSdyZWQnKStwbG90KGVeY29zKHgpLHgsMCwxMCxmaWdzaXplPTQsY29sb3I9J2JsdWUnKQ=="),globals())+"\\n"); execfile(os.path.abspath("___code___.py")) File "", line 1, in <module> File "/tmp/tmp1a1nhd/___code___.py", line 3, in <module> exec compile(u"plot(e**sin(x),x,_sage_const_0 ,_sage_const_10 ,figsize=_sage_const_4 ,color='red')+plot(e**cos(x),x,_sage_const_0 ,_sage_const_10 ,figsize=_sage_const_4 ,color='blue')" + '\n', '', 'single') File "", line 1, in <module> File "/home/sagerunner/sage-8.4/local/lib/python2.7/site-packages/sage/misc/decorators.py", line 567, in wrapper return func(*args, **options) File "/home/sagerunner/sage-8.4/local/lib/python2.7/site-packages/sage/plot/plot.py", line 1941, in plot G = funcs.plot(*args, **original_opts) File "sage/symbolic/expression.pyx", line 12064, in sage.symbolic.expression.Expression.plot (build/cythonized/sage/symbolic/expression.cpp:68173) File "sage/symbolic/expression.pyx", line 12105, in sage.symbolic.expression.Expression._plot_fast_callable (build/cythonized/sage/symbolic/expression.cpp:68463) File "sage/ext/fast_callable.pyx", line 495, in sage.ext.fast_callable.fast_callable (build/cythonized/sage/ext/fast_callable.c:4871) File "sage/symbolic/expression.pyx", line 11942, in sage.symbolic.expression.Expression._fast_callable_ (build/cythonized/sage/symbolic/expression.cpp:67091) File "/home/sagerunner/sage-8.4/local/lib/python2.7/site-packages/sage/symbolic/expression_conversions.py", line 1851, in fast_callable return FastCallableConverter(ex, etb)() File "/home/sagerunner/sage-8.4/local/lib/python2.7/site-packages/sage/symbolic/expression_conversions.py", line 217, in __call__ return self.arithmetic(ex, operator) File "/home/sagerunner/sage-8.4/local/lib/python2.7/site-packages/sage/symbolic/expression_conversions.py", line 1779, in arithmetic return reduce(lambda x,y: self.etb.call(operator, x,y), operands) File "/home/sagerunner/sage-8.4/local/lib/python2.7/site-packages/sage/symbolic/expression_conversions.py", line 1779, in <lambda> return reduce(lambda x,y: self.etb.call(operator, x,y), operands) File "sage/ext/fast_callable.pyx", line 779, in sage.ext.fast_callable.ExpressionTreeBuilder.call (build/cythonized/sage/ext/fast_callable.c:7484) File "sage/ext/fast_callable.pyx", line 656, in sage.ext.fast_callable.ExpressionTreeBuilder.__call__ (build/cythonized/sage/ext/fast_callable.c:6570) File "sage/symbolic/expression.pyx", line 11942, in sage.symbolic.expression.Expression._fast_callable_ (build/cythonized/sage/symbolic/expression.cpp:67091) File "/home/sagerunner/sage-8.4/local/lib/python2.7/site-packages/sage/symbolic/expression_conversions.py", line 1851, in fast_callable return FastCallableConverter(ex, etb)() File "/home/sagerunner/sage-8.4/local/lib/python2.7/site-packages/sage/symbolic/expression_conversions.py", line 211, in __call__ return self.symbol(ex) File "/home/sagerunner/sage-8.4/local/lib/python2.7/site-packages/sage/symbolic/expression_conversions.py", line 1800, in symbol return self.etb.var(SR(ex)) File "sage/ext/fast_callable.pyx", line 728, in sage.ext.fast_callable.ExpressionTreeBuilder.var (build/cythonized/sage/ext/fast_callable.c:7135) ValueError: Variable 'e' not found |
![]() |
한 그림창에 여러개 그리기
![]() |
여러개 그림창을 동시에 그리기
![]() |
히스토그램
![]() |
[0, sin(1), sin(2), sin(3), sin(4), sin(5), sin(6), sin(7), sin(8), sin(9), sin(10), sin(11), sin(12), sin(13), sin(14), sin(15), sin(16), sin(17), sin(18), sin(19), sin(20), sin(21), sin(22), sin(23), sin(24), sin(25), sin(26), sin(27), sin(28), sin(29), sin(30), sin(31), sin(32), sin(33), sin(34), sin(35), sin(36), sin(37), sin(38), sin(39), sin(40), sin(41), sin(42), sin(43), sin(44), sin(45), sin(46), sin(47), sin(48), sin(49), sin(50), sin(51), sin(52), sin(53), sin(54), sin(55), sin(56), sin(57), sin(58), sin(59), sin(60), sin(61), sin(62), sin(63), sin(64), sin(65), sin(66), sin(67), sin(68), sin(69), sin(70), sin(71), sin(72), sin(73), sin(74), sin(75), sin(76), sin(77), sin(78), sin(79), sin(80), sin(81), sin(82), sin(83), sin(84), sin(85), sin(86), sin(87), sin(88), sin(89), sin(90), sin(91), sin(92), sin(93), sin(94), sin(95), sin(96), sin(97), sin(98), sin(99)] [0, sin(1), sin(2), sin(3), sin(4), sin(5), sin(6), sin(7), sin(8), sin(9), sin(10), sin(11), sin(12), sin(13), sin(14), sin(15), sin(16), sin(17), sin(18), sin(19), sin(20), sin(21), sin(22), sin(23), sin(24), sin(25), sin(26), sin(27), sin(28), sin(29), sin(30), sin(31), sin(32), sin(33), sin(34), sin(35), sin(36), sin(37), sin(38), sin(39), sin(40), sin(41), sin(42), sin(43), sin(44), sin(45), sin(46), sin(47), sin(48), sin(49), sin(50), sin(51), sin(52), sin(53), sin(54), sin(55), sin(56), sin(57), sin(58), sin(59), sin(60), sin(61), sin(62), sin(63), sin(64), sin(65), sin(66), sin(67), sin(68), sin(69), sin(70), sin(71), sin(72), sin(73), sin(74), sin(75), sin(76), sin(77), sin(78), sin(79), sin(80), sin(81), sin(82), sin(83), sin(84), sin(85), sin(86), sin(87), sin(88), sin(89), sin(90), sin(91), sin(92), sin(93), sin(94), sin(95), sin(96), sin(97), sin(98), sin(99)] |
|
|
|
[0, 1, 4, 9, 16, 25, 36, 49, 64, 81] [0, 1, 4, 9, 16, 25, 36, 49, 64, 81] |
|
WARNING: Output truncated!full_output.txt [0.000000000000000, 0.0299955002024957, 0.0599640064794446, 0.0898785491980111, 0.119712207288919, 0.149438132473599, 0.179029573425824, 0.208459899846100, 0.237702626427135, 0.266731436688831, 0.295520206661339, 0.324043028394868, 0.352274233275090, 0.380188415123161, 0.407760453059570, 0.434965534111230, 0.461779175541483, 0.488177246882908, 0.514135991653113, 0.539632048733969, 0.564642473395035, 0.589144757942270, 0.613116851973434, 0.636537182221968, 0.659384671971473, 0.681638760023334, 0.703279419200410, 0.724287174370143, 0.744643119970860, 0.764328937025505, 0.783326909627484, 0.801619940883777, 0.819191568300998, 0.836025978600521, 0.852108021949363, 0.867423225594017, 0.881957806884948, 0.895698685680048, 0.908633496115884, 0.920750597736136, 0.932039085967227, 0.942488801931698, 0.952090341590516, 0.960835064206073, 0.968715100118265, 0.975723357826659, 0.981853530372360, 0.987100101013850, 0.991458348191686, 0.994924349777581, 0.997494986604054, 0.999167945271476, 0.999941720229966, 0.999815615134291, 0.998789743470524, 0.996865028453919, 0.994043202198076, 0.990326804156158, 0.985719178835554, ... -0.977530117665095, -0.983413187547309, -0.988411251939129, -0.992519812919962, -0.995735173062244, -0.998054438758879, -0.999475522827284, -0.999997146387718, -0.999618840014186, -0.998340944156888, -0.996164608835842, -0.993091792605937, -0.989125260794372, -0.984268583012044, -0.978526129941141, -0.971903069401823, -0.964405361701533, -0.956039754271121, -0.946813775592612, -0.936735728424082, -0.925814682327735, -0.914060465507910, -0.901483655966358, -0.888095571982758, -0.873908261929026, -0.858934493426595, -0.843187741856420, -0.826682178232039, -0.809432656446623, -0.791454699905469, -0.772764487555990, -0.753378839327749, -0.733315200995659, -0.712591628479964, -0.691226771597129, -0.669239857276263, -0.646650672256185, -0.623479545278687, -0.599747328794044, -0.575475380195218, -0.550685542597638, -0.525400125181879, -0.499641883116902, -0.473433997081934, -0.446800052405429, -0.419764017839857, -0.392350223991451, -0.364583341424299, -0.336488358458502, -0.308090558682375, -0.279415498198922, -0.250488982627071, -0.221337043878354, -0.191985916729950, -0.162462015215149, -0.132791908852511, -0.103002298735091, -0.0731199935012560, -0.0431718852087216, -0.0131849251335141] WARNING: Output truncated!full_output.txt [0.000000000000000, 0.0299955002024957, 0.0599640064794446, 0.0898785491980111, 0.119712207288919, 0.149438132473599, 0.179029573425824, 0.208459899846100, 0.237702626427135, 0.266731436688831, 0.295520206661339, 0.324043028394868, 0.352274233275090, 0.380188415123161, 0.407760453059570, 0.434965534111230, 0.461779175541483, 0.488177246882908, 0.514135991653113, 0.539632048733969, 0.564642473395035, 0.589144757942270, 0.613116851973434, 0.636537182221968, 0.659384671971473, 0.681638760023334, 0.703279419200410, 0.724287174370143, 0.744643119970860, 0.764328937025505, 0.783326909627484, 0.801619940883777, 0.819191568300998, 0.836025978600521, 0.852108021949363, 0.867423225594017, 0.881957806884948, 0.895698685680048, 0.908633496115884, 0.920750597736136, 0.932039085967227, 0.942488801931698, 0.952090341590516, 0.960835064206073, 0.968715100118265, 0.975723357826659, 0.981853530372360, 0.987100101013850, 0.991458348191686, 0.994924349777581, 0.997494986604054, 0.999167945271476, 0.999941720229966, 0.999815615134291, 0.998789743470524, 0.996865028453919, 0.994043202198076, 0.990326804156158, 0.985719178835554, ... -0.977530117665095, -0.983413187547309, -0.988411251939129, -0.992519812919962, -0.995735173062244, -0.998054438758879, -0.999475522827284, -0.999997146387718, -0.999618840014186, -0.998340944156888, -0.996164608835842, -0.993091792605937, -0.989125260794372, -0.984268583012044, -0.978526129941141, -0.971903069401823, -0.964405361701533, -0.956039754271121, -0.946813775592612, -0.936735728424082, -0.925814682327735, -0.914060465507910, -0.901483655966358, -0.888095571982758, -0.873908261929026, -0.858934493426595, -0.843187741856420, -0.826682178232039, -0.809432656446623, -0.791454699905469, -0.772764487555990, -0.753378839327749, -0.733315200995659, -0.712591628479964, -0.691226771597129, -0.669239857276263, -0.646650672256185, -0.623479545278687, -0.599747328794044, -0.575475380195218, -0.550685542597638, -0.525400125181879, -0.499641883116902, -0.473433997081934, -0.446800052405429, -0.419764017839857, -0.392350223991451, -0.364583341424299, -0.336488358458502, -0.308090558682375, -0.279415498198922, -0.250488982627071, -0.221337043878354, -0.191985916729950, -0.162462015215149, -0.132791908852511, -0.103002298735091, -0.0731199935012560, -0.0431718852087216, -0.0131849251335141] |
![]() |
![]() |
|
![]() |
![]() |
3D List Plot
|
|
Parametric Plot
|
![]() |
|
|
|
|
|
|
(-1, 8, -5) (-1, 8, -5) |
|
|
(2, 12, 24) (2, 12, 24) |
|
|
|
(0, 7, 10) (0, 7, 10) |
|
|
[1 0 0] [0 1 0] [0 0 1] [1 0 0] [0 1 0] [0 0 1] |
|
[1 0 0] [0 1 0] [0 0 1] [1 0 0] [0 1 0] [0 0 1] |
[1 0 0] [0 1 0] [0 0 1] [1 0 0] [0 1 0] [0 0 1] |
|
-11 -11 |
[ 1/11 4/11 -5/11] [ 3/11 -10/11 -4/11] [ -1/11 7/11 5/11] [ 1/11 4/11 -5/11] [ 3/11 -10/11 -4/11] [ -1/11 7/11 5/11] |
|
[-13/58 37/58 13/58 -2/29] [ 61/58 -13/58 -3/58 -4/29] [ 4/29 2/29 -4/29 -1/29] [ 1/29 -14/29 -1/29 7/29] [-13/58 37/58 13/58 -2/29] [ 61/58 -13/58 -3/58 -4/29] [ 4/29 2/29 -4/29 -1/29] [ 1/29 -14/29 -1/29 7/29] |
|
(-159/58, 349/58, -18/29, 68/29) (-159/58, 349/58, -18/29, 68/29) |
|
[1 2 3] [2 1 4] [3 4 5] [1 2 3] [2 1 4] [3 4 5] |
|
|
-1.486979759027261? -1.486979759027261? |
|
[(-1.486979759027261?, [(1, -7.323700036494775?, 4.053473437987430?)], 1), (-0.592545608423468?, [(1, -0.11487917829899307?, -0.4542624172751605?)], 1), (9.07952536745073?, [(1, 1.188579214793769?, 1.900788979287731?)], 1)] [(-1.486979759027261?, [(1, -7.323700036494775?, 4.053473437987430?)], 1), (-0.592545608423468?, [(1, -0.11487917829899307?, -0.4542624172751605?)], 1), (9.07952536745073?, [(1, 1.188579214793769?, 1.900788979287731?)], 1)] |
-1.486979759027261? -1.486979759027261? |
[(1, -0.11487917829899307?, -0.4542624172751605?)] [(1, -0.11487917829899307?, -0.4542624172751605?)] |
(1, -0.11487917829899307?, -0.4542624172751605?) (1, -0.11487917829899307?, -0.4542624172751605?) |
(1, -0.11487917829899307?, -0.4542624172751605?) (1, -0.11487917829899307?, -0.4542624172751605?) |
Traceback (click to the left of this block for traceback) ... NameError: name 'u1' is not defined Traceback (most recent call last): File "<stdin>", line 1, in <module> File "_sage_input_194.py", line 10, in <module> exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("djE9dTFbMF07djEgI3Ux7J2AIOybkOyGjOqwgCDtlZjrgpjsnbgg66as7Iqk7Yq47J206rOgIOq3uCDsm5DshozqsIAg67CU66GcIOqzoOycoCDrsqHthLDsnbTri6Qu"),globals())+"\\n"); execfile(os.path.abspath("___code___.py")) File "", line 1, in <module> File "/tmp/tmp7MznN_/___code___.py", line 3, in <module> exec compile(u'v1=u1[_sage_const_0 ];v1 #u1\uc740 \uc6d0\uc18c\uac00 \ud558\ub098\uc778 \ub9ac\uc2a4\ud2b8\uc774\uace0 \uadf8 \uc6d0\uc18c\uac00 \ubc14\ub85c \uace0\uc720 \ubca1\ud130\uc774\ub2e4. File "", line 1, in <module> NameError: name 'u1' is not defined |
Traceback (click to the left of this block for traceback) ... NameError: name 'v1' is not defined Traceback (most recent call last): File "<stdin>", line 1, in <module> File "_sage_input_195.py", line 10, in <module> exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("Uyp2MS9ldlswXSAgI+ydtOqyg+ydtCDrsJTroZwgdjHsnoTsnYQg7KO87J2Y7ZW0IOuztOyLnOyYpC4="),globals())+"\\n"); execfile(os.path.abspath("___code___.py")) File "", line 1, in <module> File "/tmp/tmplHhweJ/___code___.py", line 3, in <module> exec compile(u'S*v1/ev[_sage_const_0 ] #\uc774\uac83\uc774 \ubc14\ub85c v1\uc784\uc744 \uc8fc\uc758\ud574 \ubcf4\uc2dc\uc624. File "", line 1, in <module> NameError: name 'v1' is not defined |
|
5050 5050 |
9.33262154439442e157 9.33262154439442e157 |
|
|
|
시형 민정 초현 시형 민정 초현 |
시형 민정 초현 시형 민정 초현 |
6252500 6252500 |
2500 2500 |
1에서100사이의 홀수의합= 2500 1에서100사이의 홀수의합= 2500 |
3840 3840 |
30 30 |
|
3628800 3628800 |
272539213975072950298071324540091863329079633054580341373432882344310620\ 1171875 2725392139750729502980713245400918633290796330545803413734328823443106201171875 |
45 362880 285 합= 45 , 그리고 product= 362880 45 362880 285 합= 45 , 그리고 product= 362880 |
합= 5 , 곱= 6 합= 5 , 곱= 6 |
합= 5 , 곱= 6 합= 5 , 곱= 6 |
(2/9, 4) (2/9, 4) |
2/9 , 4 2/9 , 4 |
1/2 , 38/9 1/2 , 38/9 |
원소의 갯는수는 8 입니다 원소의 갯는수는 8 입니다 |
8 8 |
15 15 |
15 15 |
142857 142857 |
1300 1300 |
2535301200456458802993406410750 2535301200456458802993406410750 |
385649988307365214172818656964530258065934919671310232217548006250441182\ 654688512107053603857175367946151802604942080766057986716607193331995138\ 078062523944232834134301060035963325132466829039948295286901982051209215\ 575337264735857513821939535921274399650502614768108420715736845058788545\ 887066234845739259259035057475454710888677121850041352012892734056144158\ 994382765356263460989042410208779740029161680999518854063792955362004134\ 93190419727789712076165429067776 38564998830736521417281865696453025806593491967131023221754800625044118265468851210705360385717536794615180260494208076605798671660719333199513807806252394423283413430106003596332513246682903994829528690198205120921557533726473585751382193953592127439965050261476810842071573684505878854588706623484573925925903505747545471088867712185004135201289273405614415899438276535626346098904241020877974002916168099951885406379295536200413493190419727789712076165429067776 |
1414 998991 1414 998991 |
250000 250000 |
12497500 12497500 |
71 71 |
533629132822947850455910456240429804096524722803842600971013492484562688\ 894971017575060979019850356914090887315504680983784421721178850094643023\ 443265660225021002784256328520814055449412104425101426727702947747127089\ 179639677796104532246924268664688882815820719848971051107968732493191555\ 293970175089315645199760857344730141832840117244122806490743077037366831\ 700558002936592350885893602352858528081607595747378366554131755081315225\ 17/712886527466509305316638415571427292066835886188589304045200199115432\ 408758111149947644415191387158691171781701957525651298026406762100925146\ 587100430513107268626814320019660997486274593718834370501543445252373974\ 529896314567498212823695623282379401106880926231770886197954079124775455\ 804932647573782992335275179673524804246363805113703433121478174685087845\ 348567802188807537324992199567205693202909939089168748767269795093160352\ 0000 53362913282294785045591045624042980409652472280384260097101349248456268889497101757506097901985035691409088731550468098378442172117885009464302344326566022502100278425632852081405544941210442510142672770294774712708917963967779610453224692426866468888281582071984897105110796873249319155529397017508931564519976085734473014183284011724412280649074307703736683170055800293659235088589360235285852808160759574737836655413175508131522517/7128865274665093053166384155714272920668358861885893040452001991154324087581111499476444151913871586911717817019575256512980264067621009251465871004305131072686268143200196609974862745937188343705015434452523739745298963145674982128236956232823794011068809262317708861979540791247754558049326475737829923352751796735248042463638051137034331214781746850878453485678021888075373249921995672056932029099390891687487672697950931603520000 |
7.48547086055035 7.48547086055035 |
응용: 적분
3.14159265358979 3.14159265358979 |
뉴턴 적분 : sine 함수
1.99999835506569 1.99999835506569 |
0.378937973263812 0.378937973263812 |
1.99999835506569 1.99999835506569 |
0.000000000000000 0.000000000000000 |
|
0.999923631223926 0.999923631223926 |
0.346569663294292 0.346569663294292 |
0.346573590279973 0.346573590279973 |
0.702892224492688 0.702892224492688 |
|
0.702863557730268 0.702863557730268 |
-1 :a negative number -2 :a negative number 0 :a zero 1 :a positive number -5 :a negative number 3 :a positive number -1 :a negative number -2 :a negative number 0 :a zero 1 :a positive number -5 :a negative number 3 :a positive number |
-1 :a negative number -2 :a negative number -1 :a negative number -1 :a negative number -2 :a negative number -1 :a negative number |
33 33 |
|
4 4 |
4 4 |
1 3 의 배수 아님 2 3 의 배수 아님 3 3 의 배수 4 3 의 배수 아님 5 3 의 배수 아님 6 3 의 배수 7 3 의 배수 아님 8 3 의 배수 아님 9 3 의 배수 10 3 의 배수 아님 11 3 의 배수 아님 12 3 의 배수 13 3 의 배수 아님 14 3 의 배수 아님 15 3 의 배수 16 3 의 배수 아님 17 3 의 배수 아님 18 3 의 배수 19 3 의 배수 아님 20 3 의 배수 아님 1 3 의 배수 아님 2 3 의 배수 아님 3 3 의 배수 4 3 의 배수 아님 5 3 의 배수 아님 6 3 의 배수 7 3 의 배수 아님 8 3 의 배수 아님 9 3 의 배수 10 3 의 배수 아님 11 3 의 배수 아님 12 3 의 배수 13 3 의 배수 아님 14 3 의 배수 아님 15 3 의 배수 16 3 의 배수 아님 17 3 의 배수 아님 18 3 의 배수 19 3 의 배수 아님 20 3 의 배수 아님 |
0 0 |
15300 15300 |
15300 15300 |
2295 2295 |
위 리스트의 음수의 합을 구해보라.
1 -1 1 -3 1 -5 1 11 1 12 2 2 2 2 2 3 2 4 2 7 1 -1 1 -3 1 -5 1 11 1 12 2 2 2 2 2 3 2 4 2 7 |
1414 998990 1414 998990 |
44 990 44 990 |
44 990 44 990 |
45 1035 45 1035 |
990 990 |
140 9967 140 9967 |
합이 1000을 넘지 않을때까지 더해보자
44 990 44 990 |
990 990 |
|
0 1 1 1 2 2 3 6 4 24 5 120 0 1 1 1 2 2 3 6 4 24 5 120 |
|
6 120 6 120 |
|
3 3 |
5 5 |
|
24 24 |
Give a positive number Give a positive number |
|
![]() |
![]() |
행렬곱 계산 프로그램
[[36, 17], [41, 12], [45, -2]] [[36, 17], [41, 12], [45, -2]] |
|
|
|
|
|
|
How are you? How are you? |
How are you? How are you? |
|