{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "data": { "text/latex": [ "\\[\\tag{${\\it \\%o}_{3}$}F\\left( \\left. \\begin{array}{c}1,\\;1\\\\2\\end{array} \\right |,z\\right)\\]" ], "text/plain": [ "(%o3) hypergeometric([1, 1], [2], z)" ], "text/x-maxima": [ "hypergeometric([1,1],[2],z)" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" }, { "name": "stdout", "output_type": "stream", "text": [ "SB-KERNEL:REDEFINITION-WITH-DEFUN: redefining MAXIMA::SIMP-HYPERGEOMETRIC in DEFUN\n" ] }, { "data": { "text/latex": [ "\\[\\tag{${\\it \\%o}_{4}$}F\\left( \\left. \\begin{array}{c}1,\\;1\\\\2\\end{array} \\right |,z\\right)=-\\frac{\\log \\left(1-z\\right)}{z}\\]" ], "text/plain": [ " log(1 - z)\n", "(%o4) hypergeometric([1, 1], [2], z) = - ----------\n", " z" ], "text/x-maxima": [ "hypergeometric([1,1],[2],z) = -log(1-z)/z" ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "assume(z<1)$assume(-1