Tested with lang/clisp and lang/ecl. Maxima 5.44 change log ====================== New items in core: ------------------ * Additional float constants: LEAST-NEGATIVE-NORMALIZED-FLONUM, largest_negative_float, least_negative_float, least_positive_normalized_float, and least_negative_normalized_float. * Support for pre/post sub/superscripts (get_index_properties, declare_index_properties and remove_index_properties). (2) Make declare_index_properties * Mark non-trivial results from gcfactor with a GCFACTORED flag New items in share: ------------------- * pytranslate, which converts maxima to python * rtest_inteqn * descriptive: find_runs and find_runs_inverse Changes in core: ---------------- * Code clean ups and removal of functions that only had a historical meaning * In TEST-BATCH, ensure that list of unexpectedly passed tests is nonempty before reporting it. * :lisp-quiet can now be told not to use subsequent :lisp commands * defmfun now adds an ARG-LIST property that allows frontends to validate arguments * An improved version of float_approx_equal * Better handling of non-numerical input to find_root * Better handling of defint errors triggered by laplace() * Avoid variable capture in the WITH-NEW-CONTEXT macro * Evaluate the body of a WITH-NEW-CONTEXT form as an implicit PROGN * Numbers are no loger compared using EQ instead of EQL * Characters are no loger compared using EQ instead of EQL * Fixed bogus translations of apply2 and applyb2 * Fixed bogus translations of atan and atan2 with float arguments * Fixed the bogus translation of atan2 with one float and one rational argument * Fixed bogus and inconsistent translations of max and min when the arguments were a mix of float and other modes * Fixed bogus translations of = and # with mixed float and numerical arguments * Fixed an internal error in the translator when attempting to convert a variable of mode rational to a float * Fixed the inconsistent translation of signum with a float argument * Fixed the bogus translation of random with a float argument * Fixed the translations of log and sqrt so they honor the flag tr_float_can_branch_complex * Updated gentran to v.5 * Improved the pattern matcher for "+" and "*" expressions, see maxima-discuss, circa 2019-12-27: "Function to recognise series" * allow zn_log to work on subgroups * gamma_incomplete_lower is now returned in the noun form in many places * operatorp(expr,op) was inconsistent with operatorp(expr,[op]) * sqrtdenest is now built-in, not a share function. * load(sqdnst) now is a no-op. Changes in share: -------------- * Interpol used funmake instead of apply * An updated version of COMA * A testbench for draw() * plot2d with a single function now uses xlabel * Many minor corrections * In package amatrix, protect against empty matrices when converting amatrix to matrix and vice versa * Fixed contragrad in ctensor, added tests for cograd/contragrad Bug fixes: ---------- * #3412: Corrected the translation of conditionals * #3587, +3489: Better handling of limits of logarithms * #3521: In simplify_sum, avoid double-counting -min_ni term in to_hypergeometric * #3265: gcfactor(0) -> division by zero * #2839: gcfactor(9) => 9 * #3287: Cross product of scalar zero versus vector yields zero result * #3583: Stack overflow for equality testing with assumptions * #3608: logic_simplify handles inequalities incorrectly * #3607: printprops displays matchdeclare properties incorrectly when value is a lambda * #2174: Bogus translation of declare * #3513: Emacs: wxdraw3d not working * #3048: notequal is not translated properly Unnumbered bugs: ---------------- * plot now works correctly with function names containing _, ^, {, } and @ * Maxima now no longer becoms unusable with errset=t * FREE-LISP-VARS property for LET was broken * translator: improved error message when a throw is not in a catch * PATCH-UP-MEVAL-IN-FSET had a bogus BARFO call * *standard-input* was broking during gentranin runs * Problem loading abs_integrate in imaxima mode (emacs) * compgrind:true caused compfile to not write to the output file * compgrind:true didn't ensure pretty-printing of compfile output * Taylor expansion for gamma_incomplete_lower(1/2,z) now works * compgrind:true didn't ensure pretty-printing of compfile output * gamma_incomplete_lower now respects gamma_expand Additional improvements: ------------------------ * The documentation now is build use a stock makeinfo * Many other improvements to the way documentation is generated * The RPM files now end up in the build directory * A way to run many draw() and plot() examples for manual tests * More out-of-source-build improvements * "make dvi" was subject to bit-rot and should now work again * Resolved a few cases in which common variable names in arguments caused unexpected behavior * Better ABCL integration * Added a help message (Option: /?) to the windows installer * Fix errors when installing on MacOS via Homebrew * run_testsuite(share_tests=only) now doesn't fail due to unicode-sniffer.lisp not having been loaded * Draw now translates the coordinates of labels, too * Use DLMF 8.8.9 to expand gamma_incomplete(a+n,z) * Expand gamma_incomplete for rational order * Many code cleanups * Many improvements to the documentation * Windows Installer: Updated wxMaxima to the new release. Maxima 5.43 change log ====================== New items in core: ------------------ * function cartesian_product_list: Cartesian product of lists. * function garbage_collect: trigger Lisp garbage collector. * variables maxima_frontend, maxima_frontend_version: inform `build_info` which user interface is in use. New items in share: ------------------- * killing.dem: a demo for Killing vector fields. * package logic: new function logic_simplify implements K-Map reduction (Quine-McCluskey algorithm) Changes in core: ---------------- * function to_cl: now autoloaded. * package linearalgebra: autoload all functions. * function run_testsuite: summary now not only tells which unexpectedly failed, but also which ones unexpectedly passed. * series expansion for expintegral_si and gamma_incomplete; breaks some existing tests, see commit 47a6afd. * function translate: generate code which translates conditional expressions with prederror = true Changes in share: -------------- * package gentran: new version (thanks to Michael Stern) * package simplex: improvements, including symbolic inputs. * package ode: test cases. * package odepack: works with ECL. * package lapack: works with ECL. * package sarag: fix missing definition of SQUARE_FREE_ALGORITHM. * package sarag: make certificate proof more explicit (verify certificate) * share test suite: include tests for packages lapack, sym, and ode. * share test suite: a few simple tests for package odepack. * ezunits: conversion rule for nondimensional/(sum of dimensional) * ezunits: 0 now can have a dimension. * package draw: accepts color index number 0, 1, 2, ... 17. * package draw: accepts plot titles which are not strings. * package wrstcse: improved range and resolution of Monte Carlo analysis. User interfaces: ---------------- * SF Patch #88: Emaxima now correctly expands tabs in the comint buffer of emacs. Bug fixes: ---------- * #3549: "patch to mmref, and removing mmref.tex and maxima_pdf.texi from info directory" * #3532: "Integrator doesn't use a new variable internally, causing facts on the original variable to be used for the substitution variable" * #3529: "crash with gcl due to wrong maxima startup script" * #3524: "Discrepancy in intromax" * #3514: "ECL: Marking rtest16/test step 50 as \"known bad\" doesn't work" * #3497: "ctensor documentation on the Ricci tensor is inconsistent" * #3496: "Hardcoded interpreter path in doc/info/build_index.pl causes build fail on FreeBSD" * #3494: "vector.dem is broken" * #3484: "taylor of expintegral_si is wrong" * #3470: "Error in maximize_lp " * #3463: "Documentation: mention parameter epsilon_lp more explicitly in documentation for minimize_lp" * #3459: "Wrong limit calculation" * #3412: "Bug when translating functions that contain an \"if\" (in my case an implicit if)" Unnumbered bugs: ---------------- * mailing list 2019-05-11: "Problems with gramschmidt" * mailing list 2019-05-06: "problem with elem() after kill(all)" * mailing list 2019-04-02: "maxima lists" * mailing list 2019-03-08: "GCL build broken". * mailing list 2019-03-08: "batch overwrites last output line" * mailing list 2019-03-06: "the share testsuite + MAXIMA:$RESULTANT is undefined errors" * mailing list 2018-12-03: "error in compiling function with global variable" * mailing list 2018-11-01: "radcan(sqrt(-1/(sqrt(-3)+1))*sqrt(2))" * commit c164f5f: SIMPEXPT was marking unsimplified expressions with SIMP * commit 61c71db: Fix siemens/sievert typo (ezunits) Build system: ------------- * Crosscompiling: Add 'maxima_longnames.c' to automake * configure: enable build with ABCL via --enable-abcl. * Windows installer: can now include ABCL. * Windows installer: updated external utilities. * Windows installer: updated wxMaxima version. * "make check" manipulates the list of tests now in a more canonical way in order to automatically run the interactive tests, as well. * ./configure --enable-quiet-build now muffles more warnings. * build documentation using the standard makeinfo tools. * maxima-sbcl now supports non-ASCII user names and install dirs on MacOs and MS Windows * "make install" now installs emaxima and imaxima in a place emacs will find by default. configure's --emacs-prefix= option allows to choose a different directory. Documentation: -------------- * ./update_examples now interprets lines beginning with the string "input:" as text that should be sent as input. Runtime: -------- * environment variable MAXIMA_DOC_PREFIX overrides the location the documentation is searched for. * environment variable GCL_DISABLE_MULTIPROCESS_MEMORY_POOL disables memory-sharing between GCL-compiled Maxima processes. * Maxima.bat now autodetects 64-bit systems and does the necessary modifications for making lapack work in SBCL if this test is positive. Maxima 5.42 change log ====================== New items in core: ------------------ * New function define_opproperty to define an operator simplification * The environment MAXIMA_INITIAL_FOLDER if set tells Maxima which folder to start in. * The variable $factor_max_degree that prevents certain polynomials from being factored if their degree exceeds that value instead of letting factorization cause an out-of-memory. * The variable factor_max_degree_print_warning that tells if to output an warning in this case. * A test bench for Maxima's interactive functions. New items in share: ------------------- * A test bench for draw * timeout.lisp * new version of package share/contrib/Eulix * Trotter-Johnson algorithms * combinatorics.lisp * A new README file for the share directory. Changes in core: ---------------- * "make check" now runs both the normal and the share test bench * "make check" now also runs the tests from rtest_ask. * test bench failures that resulted in "error-catch" now show a more descriptive error message * a warning() command that works similar to error() * Windows installer: support components (one can deselect optional components like VTK, wxMaxima or Gnuplot during the installation to save space) * MAPATOM returns true for mapatom(-4) * A file with test cases for draw * A file with test cases for drawdf * A file with test cases for plot * errcatch() now produced meaningful error messages. * Add support for multiple return values to the ERRSET macro * scene() is dropped from plot() as it depends on Tcl/VTK which is no more actively supported and currently is broken. * gcl: concurrent Maxima processes now can negotiate which can use how much memory. * Emit warning from parser when a list is constructed and then discarded in ([a,b,c], ...). * Emacs > 26.1 compatibility. * Maxima now deletes its temp files on exit. * Automatic file encoding detection if the file begins in a BOM. * Improved the behavior of the exterior product operator when acting on ordinary products. * Updated the Spanish translation * The functions that work with permutations, given as lists of consecutive integers from 1 to n, will now use the prefix "perm", to distinguish them from those that permute any arbitrary list or set, which use the prefix "permutation". The name of permutation_index was changed to perm_length and apply_permutation became permute. * On Windows Maxima now autodetects the directory it finds its files in. * Ask the user to use ; at the demo prompt, to make it work also in Xmaxima. * Check for correct syntax of parametric plots. * Removed the old non-adaptive parametric plotter * Typecheck backtrace's argument * Better desktop integration for Linux systems Changes in share: -------------- * Draw/MS Windows: Gnuplot now supports multiplot * Draw/MS Windows: Gnuplot now supports multiple draw windows * wrstcse: A simple package for tolerance calculations. * The test bench file's names now all begin with "rtest". * Marked many known bad tests as "bad" so changes that break something are easier to find. * engineering-format now allows to specify which number range doesn't need exponents. * Drawdf now no more translates its input which made it slightly faster, but sometimes caused internal errors. Setting drawdf_translate:true reverts it to the old behavior * The share testsuite now tests the draw package, too. * Draw: Allow vector coordinates to be transformed * Draw: Resolved a warning for multiplot svg output * Draw: Contour can now be set to "none" as documented in the manual. * Draw: Support for vtk7. A "draw_renderer:vtk7" enables it. * Draw: Resizing the window now can change the aspect ratio of the plot. * Draw: Allow to specify numeric line types * Draw: A finer default grid * Enable remove(x, rule) to succeed when x is a string. * vector.dem and qual.dem now can be loaded. * Xmaxima now accepts more of the standard options. * Vtk (except of the plot routines) now is migrated to vtk-python which is actively supported in favour of the no-more working tcl-vtk Bug fixes: ---------- * 3459: Wrong limit calculation * 3458: addcol mishandles empty matrix as first argument * 3457: true[2] gives wrong error * 3426: Precision problem for small positive values in bfpsi0 * 3410: extremal_subst gives bogus results with undefined predicate * 2822: After load("diff_form") `functions' fails * 3363: Documentation of modulus incorrectly says it applies to all rational numbers * 3439: Simplode output on empty list * 3023: divide(1,0) gave a Lisp error instead of a Maxima one * 1581: sublis & sublis_apply_lambda:true causing Lisp errors * 2803: trace/timer do not work for functions with quoted arguments * 3247: Maxima's trace and timer handle rules incorrectly * 3368: integrate('limit(...),...) internal error * 2880: integral of secant shouldn't need principal value * 2116: lambda form for taylor_simplifier * 3431: error system variable holds unsimplified list, causing errors to be repeated when trying to access it * 3423: tellsimpafter: circular rule attempted when loading package vect twice * 3337: Wrong scalefactor for cartesian2d * 2644: integrate(1/(1+s^7),s,0,%pi) includes a false term * 3413: false in definite integral of rational * 2845: Avoid initialization-time compile in commac.lisp * 3416: limit gives limit(x^r,x,inf)=>0 when "Is r pnz" is answered zero * 2928, 2994 and 3419: Detect an endless loop in BPROG (simp.lisp) and throw rat-error. rat(1/(x^(2/3)+1)), algebraic and similar expressions no longer loop forever. * 3009, 3146 and 3147: Certain polynomials when factored caused an out-of-memory * 3422: li[2] and li[3] numerical evaluation fails for complex not in rectangular form * 3402: Unbinding defined variable generates error in compiled functions * 3406: pdf_geometric appears to be incorrect and/or poorly documented * 3403: Function/lambda parameters declared constant cause error * 2012: Lisp stack overflow with dpart * 3390: ?great mishandles box * 3387: kill(all) looses mtime's "nary" property * 1820: missing eigenvectors * 3373: Running the test suite twice causes errors * 3379: recur.mac correct bug in varc2 * 3375: algsys failure on homogeneous linear equations * 3293: derivatives don't format correctly using alt-display TeX * 3238: plot fails with small x-range due to rounding * 2835: Parametric plotting failed if the variable was not t * 3356: sign(nz * nz) = nz * 3349: Using VTK on windows gives 'vtkpythonC:' error * 3344: Conflict between sym package and grobner package Unnumbered bugs: ---------------- * Windows installer: include 2 missing files in the with 'make dist' generated tar file. Allows building the crosscompiled installer from a released tar and solves a problem with SBCL and Lapack. (was missing in the 5.42.0 source release, discovered during building the Windows installer and already included in the 5.42.0 installer) * Windows installer: Fixed the link to SBCL in the information about bundled software. (was missing in the 5.42.0 source release, discovered during building the Windows installer and already included in the 5.42.0 installer) * Windows installer: Fix the plotting problem with Clisp/Windows and long user names. * Windows installer: Fix reading maximarc on Windows, when the username contains a space. * Garbage Collector Defaults for gcl that allow Maxima to be able to run the testbench without getting an out-of-memory * Many error messages now are easier to understand * Some share tests contained timeouts that were set to values that were easily to trigger even on current computer systems * share/gf and share/contrib/fresnel can now be loaded without encountering an error. * simplode on a singleton list could return a non-string * If keepfloat was true partfrac often resulted in errors. Now keepfloat is false during partfrac(). * 'make pdf' now works for de and pt. * A Lisp error appeared when display2d:true and there are nested DISPLA calls * tex(): The output for matrices is now upwards compatible to amsmath.sty * Fixed some shell quoting issues * Many translator improvements * Fix charfun when prederror is true * Quieted many irrelevant warnings on loading packages, for example caused by autoload. * Fixed a bug in perms, when called with three arguments * beta_incomplete now works correctly with sums. * Windows: Fixed reading maximarc on Windows, when the username contains a space. * Lapack now can be compiled out-of-the-box on SBCL on Windows (64Bit). * running rtest_levin after rtest15 causes some failures because MLIST is not recognized as an operator. * Process command line option --run-string correctly * changes to stream handling for SBCL, which improve writefile, appendfile, asksign, describe, and entermatrix. * trigsimp fails with pderivop * In $ARRAY, handle list argument + use_fast_arrays correctly. * Resolved many potential variable name clashes with user-specified variables * Xmaxima: Resolved an error message that caused a crash * Xmaxima: Removed Win98 workarounds that made problems with modern Windows systems * Xmaxima now supports file and directory names with spaces in them. Additional improvements: ------------------------ * Additional bug fixes * Performance improvements * Much work on the manual including many hyperlinks, clarifications and additional information on how to speed up user functions. * A script that tests loading packages twice or package combinations * A few files that didn't need an "executable" flag were marked as executable. * Updated all references to wxMaxima to wxMaxima's new URL. * The wxMaxima version the Windows Installer comes with now is Version 18.10.2
2577 lines
142 KiB
Text
2577 lines
142 KiB
Text
@comment $NetBSD: PLIST,v 1.34 2020/07/20 06:42:31 yhardy Exp $
|
|
bin/maxima
|
|
bin/rmaxima
|
|
bin/xmaxima
|
|
info/abs_integrate.info
|
|
info/drawutils.info
|
|
info/imaxima.info
|
|
info/kovacicODE.info
|
|
info/logic.info
|
|
info/maxima-index.lisp
|
|
info/maxima.info
|
|
info/xmaxima.info
|
|
${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/lisp.run
|
|
${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/maxima.mem
|
|
${PLIST.ecl}lib/maxima/${PKGVERSION}/binary-ecl/maxima
|
|
libexec/maxima/${PKGVERSION}/mgnuplot
|
|
man/de/man1/maxima.1
|
|
man/man1/maxima.1
|
|
man/ru/man1/maxima.1
|
|
share/applications/net.sourceforge.maxima.xmaxima.desktop
|
|
share/bash-completion/completions/maxima
|
|
share/bash-completion/completions/rmaxima
|
|
share/bash-completion/completions/xmaxima
|
|
share/emacs/site-lisp/bookmode.el
|
|
share/emacs/site-lisp/dbl.el
|
|
share/emacs/site-lisp/emaxima.el
|
|
share/emacs/site-lisp/emaxima.lisp
|
|
share/emacs/site-lisp/emaxima.sty
|
|
share/emacs/site-lisp/imath.el
|
|
share/emacs/site-lisp/imaxima-autoconf-variables.el
|
|
share/emacs/site-lisp/imaxima.el
|
|
share/emacs/site-lisp/imaxima.lisp
|
|
share/emacs/site-lisp/maxima-font-lock.el
|
|
share/emacs/site-lisp/maxima.el
|
|
share/emacs/site-lisp/setup-imaxima-imath.el
|
|
share/emacs/site-lisp/smart-complete.el
|
|
share/emacs/site-lisp/sshell.el
|
|
share/maxima/${PKGVERSION}/demo/cf.dem
|
|
share/maxima/${PKGVERSION}/demo/demo.dem
|
|
share/maxima/${PKGVERSION}/demo/eaton1.dem
|
|
share/maxima/${PKGVERSION}/demo/eaton2.dem
|
|
share/maxima/${PKGVERSION}/demo/ezgcd.dem
|
|
share/maxima/${PKGVERSION}/demo/hypgeo.dem
|
|
share/maxima/${PKGVERSION}/demo/macex.dem
|
|
share/maxima/${PKGVERSION}/demo/macro.dem
|
|
share/maxima/${PKGVERSION}/demo/manual.demo
|
|
share/maxima/${PKGVERSION}/demo/newfac.dem
|
|
share/maxima/${PKGVERSION}/demo/plots.mac
|
|
share/maxima/${PKGVERSION}/demo/romberg.dem
|
|
share/maxima/${PKGVERSION}/demo/sumcon.dem
|
|
share/maxima/${PKGVERSION}/demo/trgsmp.dem
|
|
share/maxima/${PKGVERSION}/doc/EMaximaIntro.ps
|
|
share/maxima/${PKGVERSION}/doc/contributors
|
|
share/maxima/${PKGVERSION}/doc/html/contents.hhc
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodegain1.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodegain2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodegain3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodegain4.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodegain5.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodegain6.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodegain7.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodegain8.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodephase1.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodephase2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodephase3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodephase4.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodephase5.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodephase6.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodephase7.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodephase8.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/bodephase9.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/color_terminal.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_allocation.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_allocation2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_axis3d.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_axis_bottom.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_bars.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_border.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_cbrange.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_cbtics.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_color.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_color2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_color3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_color4.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_colorbox.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_colorbox2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_columns.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_contour.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_contour2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_cylindrical.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_elevation_grid.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_ellipse.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d10.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d11.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d4.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d5.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d6.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d7.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d8.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_enhanced3d9.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_equiv.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_errors.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_errors2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_explicit.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_explicit2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_explicit3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_filledfunc.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_filledfunc2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_grid.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_grid2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_head_angle.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_head_both.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_head_length.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_head_type.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_image.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_image2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_image3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_image4.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_image5.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_image6.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_implicit.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_implicit2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color4.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color5.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color6.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_intro.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_intro2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_intro3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_key.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_key_label_alignment.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_key_label_orientation.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_key_pos.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_key_pos2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_label.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_label2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_label_alignment.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_label_orientation.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_line_type.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_line_width.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_logcb.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_logx_secondary.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_multiplot.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_nticks.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_palette.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_palette2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_palette3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_palette4.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_palette5.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_parametric.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_parametric2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_parametric3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_point_size.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_point_type.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_points.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_points2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_points3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_points4.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_points5.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_points6.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_points7.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_points8.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_points_joined.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_polar.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_polygon.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_proportional_axis.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_proportional_axis2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_quadrilateral.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_rectangle.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_region.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_scene.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_spherical.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_surface_hide.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_title.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_transform.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_transform2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_transparent.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_triangle.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_tube.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_tube_extremes.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_unit_vectors.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_user_preamble.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_user_preamble2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_vector.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_vector2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_view.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_view2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_wired_surface.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_xaxis.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_xaxis_secondary.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_xugrid.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/draw_ylabel_secondary.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/dynamics1.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/dynamics2.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/dynamics3.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/dynamics4.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/dynamics5.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/dynamics6.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/dynamics7.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/dynamics8.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/favicon.ico
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs01.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs02.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs03.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs04.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs05.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs06.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs07.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs08.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs09.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs10.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs11.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs12.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs13.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs14.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/graphs15.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/introduction1.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/introduction2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/introduction3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/orthopoly1.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotdf1.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotdf2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotdf3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotdf4.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotdf5.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotdf6.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting1.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting10.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting11.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting12.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting13.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting14.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting15.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting16.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting17.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting18.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting19.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting2.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting20.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting21.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting22.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting23.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting24.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting25.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting26.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting3.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting4.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting5.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting6.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting7.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting8.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/plotting9.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/scene1.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/scene2.png
|
|
share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap3.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap4.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap5.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/worldmap_geomap6.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_poly_continent.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_poly_continent2.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_poly_country.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/worldmap_make_polygon.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/worldmap_region_boundaries.gif
|
|
share/maxima/${PKGVERSION}/doc/html/figures/worldmap_region_boundaries_plus.gif
|
|
share/maxima/${PKGVERSION}/doc/html/header.hhp
|
|
share/maxima/${PKGVERSION}/doc/html/index.hhk
|
|
share/maxima/${PKGVERSION}/doc/html/intromax.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima.hhp
|
|
share/maxima/${PKGVERSION}/doc/html/maxima.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_0.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_1.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_10.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_100.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_101.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_102.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_103.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_104.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_105.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_106.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_107.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_108.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_109.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_11.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_110.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_111.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_112.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_113.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_114.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_115.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_116.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_117.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_118.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_119.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_12.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_120.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_121.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_122.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_123.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_124.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_125.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_126.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_127.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_128.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_129.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_13.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_130.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_131.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_132.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_133.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_134.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_135.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_136.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_137.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_138.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_139.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_14.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_140.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_141.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_142.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_143.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_144.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_145.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_146.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_147.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_148.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_149.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_15.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_150.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_151.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_152.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_153.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_154.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_155.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_156.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_157.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_158.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_159.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_16.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_160.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_161.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_162.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_163.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_164.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_165.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_166.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_167.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_168.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_169.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_17.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_170.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_171.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_172.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_173.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_174.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_175.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_176.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_177.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_178.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_179.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_18.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_180.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_181.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_182.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_183.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_184.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_185.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_186.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_187.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_188.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_189.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_19.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_190.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_191.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_192.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_193.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_194.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_195.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_196.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_197.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_198.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_199.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_2.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_20.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_200.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_201.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_202.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_203.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_204.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_205.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_206.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_207.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_208.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_209.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_21.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_210.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_211.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_212.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_213.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_214.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_215.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_216.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_217.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_218.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_219.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_22.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_220.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_221.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_222.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_223.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_224.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_225.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_226.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_227.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_228.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_229.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_23.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_230.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_231.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_232.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_233.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_234.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_235.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_236.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_237.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_238.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_239.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_24.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_240.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_241.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_242.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_243.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_244.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_245.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_246.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_247.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_248.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_249.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_25.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_250.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_251.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_252.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_253.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_254.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_255.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_256.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_257.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_258.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_259.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_26.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_260.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_261.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_262.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_263.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_264.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_265.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_266.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_267.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_268.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_269.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_27.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_270.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_271.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_272.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_273.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_274.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_275.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_276.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_277.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_278.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_279.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_28.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_280.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_281.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_282.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_283.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_284.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_285.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_286.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_287.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_288.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_289.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_29.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_290.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_291.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_292.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_293.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_294.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_295.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_296.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_297.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_298.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_299.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_3.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_30.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_300.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_301.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_302.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_303.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_304.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_305.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_306.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_307.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_308.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_309.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_31.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_310.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_311.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_312.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_313.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_314.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_315.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_316.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_317.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_318.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_319.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_32.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_320.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_321.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_322.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_323.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_324.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_325.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_326.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_327.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_328.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_329.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_33.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_330.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_331.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_332.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_333.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_334.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_335.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_336.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_337.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_338.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_339.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_34.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_340.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_341.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_342.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_343.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_344.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_345.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_346.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_347.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_348.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_349.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_35.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_350.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_351.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_352.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_353.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_354.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_355.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_356.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_357.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_358.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_359.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_36.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_360.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_361.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_362.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_363.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_364.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_37.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_38.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_39.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_4.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_40.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_41.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_42.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_43.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_44.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_45.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_46.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_47.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_48.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_49.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_5.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_50.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_51.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_52.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_53.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_54.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_55.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_56.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_57.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_58.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_59.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_6.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_60.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_61.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_62.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_63.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_64.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_65.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_66.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_67.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_68.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_69.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_7.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_70.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_71.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_72.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_73.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_74.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_75.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_76.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_77.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_78.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_79.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_8.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_80.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_81.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_82.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_83.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_84.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_85.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_86.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_87.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_88.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_89.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_9.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_90.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_91.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_92.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_93.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_94.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_95.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_96.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_97.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_98.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_99.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_ovr.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_singlepage.html
|
|
share/maxima/${PKGVERSION}/doc/html/maxima_toc.html
|
|
share/maxima/${PKGVERSION}/doc/implementation/dir_vars.txt
|
|
share/maxima/${PKGVERSION}/doc/implementation/external-interface.txt
|
|
share/maxima/${PKGVERSION}/doc/implementation/maximatoplevelflow.dot
|
|
share/maxima/${PKGVERSION}/doc/implementation/maximatoplevelflow.png
|
|
share/maxima/${PKGVERSION}/doc/implementation/maximatoplevelflow.ps
|
|
share/maxima/${PKGVERSION}/doc/implementation/sloop-loop-changes.txt
|
|
share/maxima/${PKGVERSION}/doc/share/brchre.txt
|
|
share/maxima/${PKGVERSION}/doc/share/romberg.usg
|
|
share/maxima/${PKGVERSION}/doc/share/translation_hints.txt
|
|
share/maxima/${PKGVERSION}/share/MYTOPIC-index.lisp
|
|
share/maxima/${PKGVERSION}/share/MYTOPIC.info
|
|
share/maxima/${PKGVERSION}/share/README
|
|
share/maxima/${PKGVERSION}/share/affine/README
|
|
share/maxima/${PKGVERSION}/share/affine/affine.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/affine.system
|
|
share/maxima/${PKGVERSION}/share/affine/amacros.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/aquotient.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/compat.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/dim-3.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/dim4-help.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/macbasic.mac
|
|
share/maxima/${PKGVERSION}/share/affine/make.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/makefile
|
|
share/maxima/${PKGVERSION}/share/affine/modsimp.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/ndotsimp.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/new-rat.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/polya.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/polyb.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/polybas.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/polyc.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/polyd.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/polysmp.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/sheafa.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/sheafb.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/sheafc.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/sparsemat.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/sub-proj.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/sys-declaim.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/sys-proclaim.lisp
|
|
share/maxima/${PKGVERSION}/share/affine/sysdef.lisp
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/INTRODUCTION
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/README
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.mac
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.maple
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/charsets.pdf
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_flatten.lisp
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_length.lisp
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_powers.lisp
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/charsets_set.lisp
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/fateman-len.lisp
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/rtestflatten.mac
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/test.mac
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/test.run
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/test1.mac
|
|
share/maxima/${PKGVERSION}/share/algebra/charsets/wsolve
|
|
share/maxima/${PKGVERSION}/share/algebra/gcdex.mac
|
|
share/maxima/${PKGVERSION}/share/algebra/grob1.lisp
|
|
share/maxima/${PKGVERSION}/share/algebra/nusum.mac
|
|
share/maxima/${PKGVERSION}/share/algebra/recur.dem
|
|
share/maxima/${PKGVERSION}/share/algebra/recur.mac
|
|
share/maxima/${PKGVERSION}/share/algebra/recur.transcript
|
|
share/maxima/${PKGVERSION}/share/algebra/rtest_recur.mac
|
|
share/maxima/${PKGVERSION}/share/algebra/solver/Solver.mac
|
|
share/maxima/${PKGVERSION}/share/algebra/solver/linsolve.mac
|
|
share/maxima/${PKGVERSION}/share/algebra/solver/misc.mac
|
|
share/maxima/${PKGVERSION}/share/algebra/solver/readme
|
|
share/maxima/${PKGVERSION}/share/algebra/solver/slvrmsgs.mac
|
|
share/maxima/${PKGVERSION}/share/algebra/solver/slvrtbox.mac
|
|
share/maxima/${PKGVERSION}/share/algebra/solver/solver1-en.html
|
|
share/maxima/${PKGVERSION}/share/algebra/solver/solver1.pdf
|
|
share/maxima/${PKGVERSION}/share/algebra/solver/test.mac
|
|
share/maxima/${PKGVERSION}/share/amatrix/README
|
|
share/maxima/${PKGVERSION}/share/amatrix/amatrix.dem
|
|
share/maxima/${PKGVERSION}/share/amatrix/amatrix.lisp
|
|
share/maxima/${PKGVERSION}/share/amatrix/amatrix.mac
|
|
share/maxima/${PKGVERSION}/share/amatrix/rtest_amatrix.mac
|
|
share/maxima/${PKGVERSION}/share/amatrix/rtest_wilcoxon.mac
|
|
share/maxima/${PKGVERSION}/share/amatrix/wilcoxon.mac
|
|
share/maxima/${PKGVERSION}/share/bernstein/bernstein.lisp
|
|
share/maxima/${PKGVERSION}/share/bernstein/bernstein_utilities.mac
|
|
share/maxima/${PKGVERSION}/share/bernstein/rtest_bernstein.mac
|
|
share/maxima/${PKGVERSION}/share/builtins-list.txt
|
|
share/maxima/${PKGVERSION}/share/calculus/asympa.mac
|
|
share/maxima/${PKGVERSION}/share/calculus/cartan.dem
|
|
share/maxima/${PKGVERSION}/share/calculus/cartan.lisp
|
|
share/maxima/${PKGVERSION}/share/calculus/fourie.dem
|
|
share/maxima/${PKGVERSION}/share/calculus/fourie.mac
|
|
share/maxima/${PKGVERSION}/share/calculus/optmiz.dem
|
|
share/maxima/${PKGVERSION}/share/calculus/optmiz.mac
|
|
share/maxima/${PKGVERSION}/share/calculus/optmiz.transcript
|
|
share/maxima/${PKGVERSION}/share/calculus/optmiz.usg
|
|
share/maxima/${PKGVERSION}/share/calculus/optmiz_1.dem
|
|
share/maxima/${PKGVERSION}/share/calculus/optmiz_2.dem
|
|
share/maxima/${PKGVERSION}/share/calculus/optmiz_3.dem
|
|
share/maxima/${PKGVERSION}/share/calculus/optmiz_4.dem
|
|
share/maxima/${PKGVERSION}/share/calculus/optvar.dem
|
|
share/maxima/${PKGVERSION}/share/calculus/optvar.mac
|
|
share/maxima/${PKGVERSION}/share/calculus/optvar.transcript
|
|
share/maxima/${PKGVERSION}/share/calculus/optvar.usg
|
|
share/maxima/${PKGVERSION}/share/calculus/optvar_1.dem
|
|
share/maxima/${PKGVERSION}/share/calculus/optvar_2.dem
|
|
share/maxima/${PKGVERSION}/share/calculus/pade2.mac
|
|
share/maxima/${PKGVERSION}/share/calculus/qual.dem
|
|
share/maxima/${PKGVERSION}/share/calculus/qual.mac
|
|
share/maxima/${PKGVERSION}/share/calculus/qual.usg
|
|
share/maxima/${PKGVERSION}/share/calculus/qualsp.lisp
|
|
share/maxima/${PKGVERSION}/share/calculus/revert.mac
|
|
share/maxima/${PKGVERSION}/share/calculus/taylor1.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/bf-cobyla-interface.lisp
|
|
share/maxima/${PKGVERSION}/share/cobyla/bf_fmin_cobyla.demo
|
|
share/maxima/${PKGVERSION}/share/cobyla/bf_fmin_cobyla.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/cobyla-interface.lisp
|
|
share/maxima/${PKGVERSION}/share/cobyla/cobyla-lisp.system
|
|
share/maxima/${PKGVERSION}/share/cobyla/cobyla-package.lisp
|
|
share/maxima/${PKGVERSION}/share/cobyla/cobyla.system
|
|
share/maxima/${PKGVERSION}/share/cobyla/ex/die.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/ex/ex1.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/ex/ex10.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/ex/ex2.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/ex/ex3.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/ex/ex4.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/ex/ex5.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/ex/ex6.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/ex/ex7.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/ex/ex8.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/ex/ex9.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/ex/transport.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/fmin_cobyla.mac
|
|
share/maxima/${PKGVERSION}/share/cobyla/lisp/bf-cobyla.lisp
|
|
share/maxima/${PKGVERSION}/share/cobyla/lisp/bf-cobylb.lisp
|
|
share/maxima/${PKGVERSION}/share/cobyla/lisp/bf-trstlp.lisp
|
|
share/maxima/${PKGVERSION}/share/cobyla/lisp/calcfc.lisp
|
|
share/maxima/${PKGVERSION}/share/cobyla/lisp/cobyla.lisp
|
|
share/maxima/${PKGVERSION}/share/cobyla/lisp/cobylb.lisp
|
|
share/maxima/${PKGVERSION}/share/cobyla/lisp/trstlp.lisp
|
|
share/maxima/${PKGVERSION}/share/cobyla/load-bf-cobyla.lisp
|
|
share/maxima/${PKGVERSION}/share/cobyla/load-cobyla.lisp
|
|
share/maxima/${PKGVERSION}/share/cobyla/rtest_cobyla.mac
|
|
share/maxima/${PKGVERSION}/share/colnew/colnew-if.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/colnew-lisp.system
|
|
share/maxima/${PKGVERSION}/share/colnew/colnew-package.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/colnew.mac
|
|
share/maxima/${PKGVERSION}/share/colnew/colnew.system
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/approx.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/appsln.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/colnew.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/compat.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/consts.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/contrl.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/daxpy.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/ddot.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/dgefa.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/dgesl.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/dmzsol.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/dscal.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/errchk.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/factrb.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/fcblok.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/gblock.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/gderiv.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/horder.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/idamax.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/lsyslv.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/newmsh.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/rkbas.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/sbblok.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/shiftb.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/skale.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/subbak.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/subfor.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/vmonde.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/lisp/vwblok.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/load-colnew.lisp
|
|
share/maxima/${PKGVERSION}/share/colnew/prob1.mac
|
|
share/maxima/${PKGVERSION}/share/colnew/prob2.mac
|
|
share/maxima/${PKGVERSION}/share/colnew/prob3.mac
|
|
share/maxima/${PKGVERSION}/share/colnew/prob4.mac
|
|
share/maxima/${PKGVERSION}/share/combinatorics/README
|
|
share/maxima/${PKGVERSION}/share/combinatorics/combinatorics.dem
|
|
share/maxima/${PKGVERSION}/share/combinatorics/combinatorics.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.html
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.rst
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Spline_T3.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Step_T1.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Step_TP.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Step_T_Stiff.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T1.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T1R.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T1RD.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T2.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T3.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T3N.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T4.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T5.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T5N.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T6.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T7.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T8.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_TP.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_TS.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Table_T5.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Table_TC.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Grobner/README
|
|
share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner-demo.output
|
|
share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.demo
|
|
share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/Grobner/rtest_grobner.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/README
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/Gosper.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/GosperEq.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/algUtil.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/compare_sums.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/compatible.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/constants.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/makeGosperForm.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/norm.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/numerical.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/readme.txt
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/rtest_zeilberger.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/rtest_zeilberger_extreme.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/settings.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/shiftQuotient.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/testZeilberger.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/whatsnew.txt
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zb_prover.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_algorithm.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_linear_algebra.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/alt-display/alt-display.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/alt-display/alt-display.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/alt-display/tex-display.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/altsimp/altsimp.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/augmented_lagrangian.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/binsplit/binsplit.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise_specification.txt
|
|
share/maxima/${PKGVERSION}/share/contrib/bitwise/rtest_bitwise.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/bode.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/boolsimp/boolsimp.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/boolsimp/rtest_boolsimp.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/celine.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/cgrind.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/chebformax.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/clebsch_gordan.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/clebsh-gordan.tex
|
|
share/maxima/${PKGVERSION}/share/contrib/colorterm.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/coma/COMA.txt
|
|
share/maxima/${PKGVERSION}/share/contrib/coma/Control_Engineering_with_Maxima.pdf
|
|
share/maxima/${PKGVERSION}/share/contrib/coma/coma.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/devine.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diag.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diag_test.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/README
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/contrib_ode.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/contrib_ode.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/de-test.txt
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/extrabessel.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/gauss.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/kummer.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/lazysolver.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_abel.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_clairault.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_factor.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_lagrange.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_lie.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_nonlinear.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/ode1_riccati.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/odelin.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/odeutils.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/rtest_odelin.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/spherodialwave.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/sqfr.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/testodelin.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/testodelin.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/README
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_ode1_abel.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_ode1_riccati.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_sym.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtest_sym2.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_1.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_2.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_3.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_4.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_5.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_1_6.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_1.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_2.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_3.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_4.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_kamke_2_5.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_1.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_2.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_3.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_4.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_5.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_1_6.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_1.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_2.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_3.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_4.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_5.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_odelin.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_utils.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/curve_parameters.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/ec2.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/elliptic_curves.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/elliptic_curves.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/elliptic_curves.texi
|
|
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/figures/ec_Z13.pdf
|
|
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/figures/ec_Z13.png
|
|
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/modular_polynomials.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/elliptic_curves/rtest_elliptic_curves.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/engineering-format.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/f90.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/floatproperties.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/format/README
|
|
share/maxima/${PKGVERSION}/share/contrib/format/autoload-m.macsyma
|
|
share/maxima/${PKGVERSION}/share/contrib/format/autoload-mp.macsyma
|
|
share/maxima/${PKGVERSION}/share/contrib/format/coeflist.demo
|
|
share/maxima/${PKGVERSION}/share/contrib/format/coeflist.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/format/coeflistp.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/format/format.announce
|
|
share/maxima/${PKGVERSION}/share/contrib/format/format.demo
|
|
share/maxima/${PKGVERSION}/share/contrib/format/format.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/format/format.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/format/format.ps
|
|
share/maxima/${PKGVERSION}/share/contrib/format/pois2.demo
|
|
share/maxima/${PKGVERSION}/share/contrib/format/pois2m.ps
|
|
share/maxima/${PKGVERSION}/share/contrib/format/rtest_format.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/d78.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/fg.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/filter.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel1.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelCStaylor.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFG.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGArrays.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGTable.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values1.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelstudy.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/ft1.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/randi.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/randil.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/fresnel/readme.txt
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/allgentran.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/gentran.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/gentran.system
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/gentrandemo1.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/gentrandemo1c.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/MANUAL.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/MANUAL.ps.gz
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/appA.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/appA1.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/appB.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/contents.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/doc.add
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/ref.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect1.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect2.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect3.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect4.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect5.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/sect6.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/title.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/tmp1.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/tmp2.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/man/tmp3.ms
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/README
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/array.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/array.output
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/datatest.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/datatest.out
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/det.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/det.tem
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/for.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/graeffe.f
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/graeffe.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/graeffe.output
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/ham.in
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/loop.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.f
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.output
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/mcond.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/mdo.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/rk.in
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/rtest_gentran.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.output
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.template
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/t.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/type.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gentran/test/type.output
|
|
share/maxima/${PKGVERSION}/share/contrib/gf/aes.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gf/aes2.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gf/gf.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gf/gf_manual.pdf
|
|
share/maxima/${PKGVERSION}/share/contrib/gf/gf_manual.tex
|
|
share/maxima/${PKGVERSION}/share/contrib/gf/rtest_gf.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/gf/whatsnew.txt
|
|
share/maxima/${PKGVERSION}/share/contrib/ggf.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/graph2d.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/impdiff.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/implicit_plot.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.info
|
|
share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.texi
|
|
share/maxima/${PKGVERSION}/share/contrib/integration/hyperint.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/integration/integration-index.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/integration/partition.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/integration/rtest_abs_integrate.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/integration/texinfo.tex
|
|
share/maxima/${PKGVERSION}/share/contrib/levin/levin.dem
|
|
share/maxima/${PKGVERSION}/share/contrib/levin/levin.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/levin/rtest_levin.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/lindstedt.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/lll.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/log10.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/README
|
|
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml_ref_list_for_IE
|
|
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathmltest
|
|
share/maxima/${PKGVERSION}/share/contrib/lurkmathml/maximadiffs.txt
|
|
share/maxima/${PKGVERSION}/share/contrib/makeOrders.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/README
|
|
share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.info
|
|
share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.texi
|
|
share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/maxima-odesolve-index.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/texinfo.tex
|
|
share/maxima/${PKGVERSION}/share/contrib/maxima-server.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/CtMathML.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/PrMathML.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml-maxima.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml.readme
|
|
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathmldisplay.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/maximaMathML.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/mcclim/README
|
|
share/maxima/${PKGVERSION}/share/contrib/mcclim/formula.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/mcclim/listeneroutput.png
|
|
share/maxima/${PKGVERSION}/share/contrib/mcclim/maxima-repl-mcclim.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/mcclim/postscriptoutput.png
|
|
share/maxima/${PKGVERSION}/share/contrib/meijer_g.tex
|
|
share/maxima/${PKGVERSION}/share/contrib/meijer_gv2.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/namespaces/foo.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/namespaces/namespaces.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/namespaces/rtest_namespaces.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/noninteractive/asksign1.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/noninteractive/expand_branches.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/noninteractive/rtest_noninteractive.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/odes/odes-doc.pdf
|
|
share/maxima/${PKGVERSION}/share/contrib/odes/odes.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/odes/rtest_ode.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/operatingsystem/operatingsystem.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/operatingsystem/operatingsystem.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/operatingsystem/rtest_operatingsystem.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/opsubst.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex1.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/prim/prim.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/prim/prim.txt
|
|
share/maxima/${PKGVERSION}/share/contrib/quaternion.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/Avg3.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/Demo.bk1
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/Ima
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/Laplace.bk1
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/Newimprv.bk1
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/Ode1.bk1
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/Oden.bk1
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/Read.me
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/Reverse
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/Wkb
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/asympexp.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/asympexp.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/average.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/average.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/averm.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/averm.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/benard.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/cm.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/cm.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/composit.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/composit.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/duffing.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/duffing.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/hill.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/hill1.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/hill2.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/improved.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/improved.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/lc.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/lc.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/lc2.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/lie.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/lie.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/mathieu.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/mathieu.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/mathieu0.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/nf.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/nf.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/recursiv.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/recursiv.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/reduct1.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/reduct1.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/reduct2.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/reduct2.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/reduct3.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/reduct3.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/takens.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/takens.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/transfor.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/transfor.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/twovar.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/twovar.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/ratpow.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.dem
|
|
share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.pdf
|
|
share/maxima/${PKGVERSION}/share/contrib/rkf45/rtest_rkf45.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rtest_augmented_lagrangian.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rtest_engineering_format.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rtest_ggf.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/rtest_wrstcse.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/aliases.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/certificateOfPositivity.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/intervalArithmetic.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/lowLevel.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/multiCertificateOfPositivity.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/quickSignDetermination.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/readme.txt
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/rootCounting.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/rootIsolation.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/rtest_arag.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/rtest_arag_hard.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/sarag.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/sarag_initialization.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/sarag_linear_algebra.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/settings.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/signDetermination.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/topology.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/sarag/whatsnew.txt
|
|
share/maxima/${PKGVERSION}/share/contrib/simplifying.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/smath/smath.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/smath/smath.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/state/a.cir
|
|
share/maxima/${PKGVERSION}/share/contrib/state/b.cir
|
|
share/maxima/${PKGVERSION}/share/contrib/state/c.cir
|
|
share/maxima/${PKGVERSION}/share/contrib/state/d.cir
|
|
share/maxima/${PKGVERSION}/share/contrib/state/matrix2.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/state/readfile.lsp
|
|
share/maxima/${PKGVERSION}/share/contrib/state/sortem.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/state/state.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/state/tree.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/stirling.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/symplectic_ode/rtest_symplectic_ode.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/symplectic_ode/symplectic_ode.info
|
|
share/maxima/${PKGVERSION}/share/contrib/symplectic_ode/symplectic_ode.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/symplectic_ode/symplectic_ode.texi
|
|
share/maxima/${PKGVERSION}/share/contrib/tex2ooo.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/timeout.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/tocl.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools-doc.pdf
|
|
share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/unicodedata/grind-patch.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata-txt.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.el
|
|
share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/unicodedata/unicodedata.system
|
|
share/maxima/${PKGVERSION}/share/contrib/unit/unit-functions.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/unit/unit.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/unwind_protect.lisp
|
|
share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.dem
|
|
share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.mac
|
|
share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.usg
|
|
share/maxima/${PKGVERSION}/share/contrib/wrstcse.dem
|
|
share/maxima/${PKGVERSION}/share/contrib/wrstcse.mac
|
|
share/maxima/${PKGVERSION}/share/descriptive/biomed.data
|
|
share/maxima/${PKGVERSION}/share/descriptive/descriptive.mac
|
|
share/maxima/${PKGVERSION}/share/descriptive/descriptive_util.lisp
|
|
share/maxima/${PKGVERSION}/share/descriptive/pidigits.data
|
|
share/maxima/${PKGVERSION}/share/descriptive/rtest_descriptive.mac
|
|
share/maxima/${PKGVERSION}/share/descriptive/rtest_statgraph.mac
|
|
share/maxima/${PKGVERSION}/share/descriptive/wind.data
|
|
share/maxima/${PKGVERSION}/share/diff_form/cartan_new.lisp
|
|
share/maxima/${PKGVERSION}/share/diff_form/curvture2.mac
|
|
share/maxima/${PKGVERSION}/share/diff_form/diff_form.mac
|
|
share/maxima/${PKGVERSION}/share/diff_form/example.txt
|
|
share/maxima/${PKGVERSION}/share/diff_form/f_star_test4.mac
|
|
share/maxima/${PKGVERSION}/share/diff_form/frobenius.mac
|
|
share/maxima/${PKGVERSION}/share/diff_form/helpfunc.mac
|
|
share/maxima/${PKGVERSION}/share/diff_form/hodge_test3.mac
|
|
share/maxima/${PKGVERSION}/share/diff_form/lorentz_example.txt
|
|
share/maxima/${PKGVERSION}/share/diff_form/new_cartan_test4.mac
|
|
share/maxima/${PKGVERSION}/share/diff_form/poisson.mac
|
|
share/maxima/${PKGVERSION}/share/diff_form/readme_diff_form.txt
|
|
share/maxima/${PKGVERSION}/share/diff_form/surface_example.txt
|
|
share/maxima/${PKGVERSION}/share/diff_form/tests/rtest_diff_form.mac
|
|
share/maxima/${PKGVERSION}/share/diffequations/abel.mac
|
|
share/maxima/${PKGVERSION}/share/diffequations/desoln.mac
|
|
share/maxima/${PKGVERSION}/share/diffequations/desoln.usg
|
|
share/maxima/${PKGVERSION}/share/diffequations/drawdf.mac
|
|
share/maxima/${PKGVERSION}/share/diffequations/exampl.mac
|
|
share/maxima/${PKGVERSION}/share/diffequations/linde1.mc
|
|
share/maxima/${PKGVERSION}/share/diffequations/ode2.mac
|
|
share/maxima/${PKGVERSION}/share/diffequations/ode2.usg
|
|
share/maxima/${PKGVERSION}/share/diffequations/odeaux.mac
|
|
share/maxima/${PKGVERSION}/share/diffequations/pdvtr.mac
|
|
share/maxima/${PKGVERSION}/share/diffequations/phypgm.mac
|
|
share/maxima/${PKGVERSION}/share/diffequations/pivtr.mac
|
|
share/maxima/${PKGVERSION}/share/diffequations/pmain.mac
|
|
share/maxima/${PKGVERSION}/share/distrib/distrib.mac
|
|
share/maxima/${PKGVERSION}/share/distrib/numdistrib.lisp
|
|
share/maxima/${PKGVERSION}/share/distrib/rtest_distrib.mac
|
|
share/maxima/${PKGVERSION}/share/draw/draw-index.lisp
|
|
share/maxima/${PKGVERSION}/share/draw/draw.lisp
|
|
share/maxima/${PKGVERSION}/share/draw/draw.system
|
|
share/maxima/${PKGVERSION}/share/draw/draw_gnuplot.dem
|
|
share/maxima/${PKGVERSION}/share/draw/drawutils.info
|
|
share/maxima/${PKGVERSION}/share/draw/drawutils.mac
|
|
share/maxima/${PKGVERSION}/share/draw/drawutils.texi
|
|
share/maxima/${PKGVERSION}/share/draw/gnuplot.lisp
|
|
share/maxima/${PKGVERSION}/share/draw/grcommon.lisp
|
|
share/maxima/${PKGVERSION}/share/draw/picture.lisp
|
|
share/maxima/${PKGVERSION}/share/draw/rtest_draw.mac
|
|
share/maxima/${PKGVERSION}/share/draw/texinfo.tex
|
|
share/maxima/${PKGVERSION}/share/draw/vtk.lisp
|
|
share/maxima/${PKGVERSION}/share/draw/wbd.lisp
|
|
share/maxima/${PKGVERSION}/share/draw/worldmap.mac
|
|
share/maxima/${PKGVERSION}/share/dynamics/complex_dynamics.lisp
|
|
share/maxima/${PKGVERSION}/share/dynamics/dynamics.mac
|
|
share/maxima/${PKGVERSION}/share/dynamics/plotdf.lisp
|
|
share/maxima/${PKGVERSION}/share/dynamics/rtest_dynamics.mac
|
|
share/maxima/${PKGVERSION}/share/dynamics/visualization.lisp
|
|
share/maxima/${PKGVERSION}/share/ezunits/CODATA-2006.pdf
|
|
share/maxima/${PKGVERSION}/share/ezunits/ezunits.dem
|
|
share/maxima/${PKGVERSION}/share/ezunits/ezunits.lisp
|
|
share/maxima/${PKGVERSION}/share/ezunits/ezunits.mac
|
|
share/maxima/${PKGVERSION}/share/ezunits/ezunits_db.mac
|
|
share/maxima/${PKGVERSION}/share/ezunits/ezunits_functions.mac
|
|
share/maxima/${PKGVERSION}/share/ezunits/physical_constants.mac
|
|
share/maxima/${PKGVERSION}/share/ezunits/rtest_ezunits_frink.mac
|
|
share/maxima/${PKGVERSION}/share/ezunits/rtest_ezunits_solve.mac
|
|
share/maxima/${PKGVERSION}/share/ezunits/rtestezunits.mac
|
|
share/maxima/${PKGVERSION}/share/finance/finance.mac
|
|
share/maxima/${PKGVERSION}/share/finance/rtest_finance.mac
|
|
share/maxima/${PKGVERSION}/share/fourier_elim/fourier_elim.lisp
|
|
share/maxima/${PKGVERSION}/share/fourier_elim/rtest_fourier_elim.mac
|
|
share/maxima/${PKGVERSION}/share/fractals/fractals.mac
|
|
share/maxima/${PKGVERSION}/share/fractals/rtest_fractals.mac
|
|
share/maxima/${PKGVERSION}/share/graphs/cgraphs.mac
|
|
share/maxima/${PKGVERSION}/share/graphs/connectivity.mac
|
|
share/maxima/${PKGVERSION}/share/graphs/create_graph.mac
|
|
share/maxima/${PKGVERSION}/share/graphs/demoucron.lisp
|
|
share/maxima/${PKGVERSION}/share/graphs/dijkstra.lisp
|
|
share/maxima/${PKGVERSION}/share/graphs/draw_graph.mac
|
|
share/maxima/${PKGVERSION}/share/graphs/graph6.lisp
|
|
share/maxima/${PKGVERSION}/share/graphs/graph_core.lisp
|
|
share/maxima/${PKGVERSION}/share/graphs/graph_polynomials.mac
|
|
share/maxima/${PKGVERSION}/share/graphs/graphio.mac
|
|
share/maxima/${PKGVERSION}/share/graphs/graphs.mac
|
|
share/maxima/${PKGVERSION}/share/graphs/graphs.system
|
|
share/maxima/${PKGVERSION}/share/graphs/isomorphism.lisp
|
|
share/maxima/${PKGVERSION}/share/graphs/load-graphs.lisp
|
|
share/maxima/${PKGVERSION}/share/graphs/matching.lisp
|
|
share/maxima/${PKGVERSION}/share/graphs/rtest_graphs.mac
|
|
share/maxima/${PKGVERSION}/share/graphs/spring_embedding.lisp
|
|
share/maxima/${PKGVERSION}/share/graphs/wiener_index.lisp
|
|
share/maxima/${PKGVERSION}/share/hypergeometric/abramowitz_id.mac
|
|
share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric.lisp
|
|
share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric_mac.mac
|
|
share/maxima/${PKGVERSION}/share/hypergeometric/nfloat.lisp
|
|
share/maxima/${PKGVERSION}/share/hypergeometric/rtest_hg.mac
|
|
share/maxima/${PKGVERSION}/share/hypergeometric/rtest_nfloat.mac
|
|
share/maxima/${PKGVERSION}/share/integequations/inteqn.mac
|
|
share/maxima/${PKGVERSION}/share/integequations/inteqn.usg
|
|
share/maxima/${PKGVERSION}/share/integequations/intexs.mac
|
|
share/maxima/${PKGVERSION}/share/integequations/rtest_inteqn.mac
|
|
share/maxima/${PKGVERSION}/share/integer_sequence/integer_sequence.lisp
|
|
share/maxima/${PKGVERSION}/share/integer_sequence/rtest_sequence.mac
|
|
share/maxima/${PKGVERSION}/share/integration/antid.dem
|
|
share/maxima/${PKGVERSION}/share/integration/antid.mac
|
|
share/maxima/${PKGVERSION}/share/integration/bypart.mac
|
|
share/maxima/${PKGVERSION}/share/integration/delta.dem
|
|
share/maxima/${PKGVERSION}/share/integration/delta.mac
|
|
share/maxima/${PKGVERSION}/share/integration/delta.usg
|
|
share/maxima/${PKGVERSION}/share/integration/hermite_reduce.mac
|
|
share/maxima/${PKGVERSION}/share/integration/rtest_antid.mac
|
|
share/maxima/${PKGVERSION}/share/integration/rtest_hermite_reduce.mac
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/blas-lisp.system
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/blas-package.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dasum.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/daxpy.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dcabs1.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dcopy.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/ddot.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dgbmv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dgemm.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dgemv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dger.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dnrm2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/drot.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/drotg.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dsbmv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dscal.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dspmv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dspr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dspr2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dswap.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dsymm.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dsymv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dsyr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dsyr2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dsyr2k.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dsyrk.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dtbmv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dtbsv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dtpmv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dtpsv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dtrmm.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dtrmv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dtrsm.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dtrsv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dzasum.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/dznrm2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/icamax.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/idamax.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/isamax.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/izamax.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/lsame.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/xerbla.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zaxpy.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zcopy.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zdotc.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zdotu.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zdscal.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zgbmv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zgemm.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zgemv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zgerc.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zgeru.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zhbmv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zhemm.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zhemv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zher.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zher2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zher2k.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zherk.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zhpmv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zhpr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zhpr2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zrotg.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zscal.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zswap.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zsymm.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zsyr2k.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/zsyrk.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/ztbmv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/ztbsv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/ztpmv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/ztpsv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/ztrmm.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/ztrmv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/ztrsm.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/blas/ztrsv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/dgemm.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/dgeqrf.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/dgesv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/eigensys.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack-lisp.system
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack-package.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack.mac
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack.system
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dbdsdc.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dbdsqr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/ddisna.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgebak.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgebal.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgebd2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgebrd.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgeev.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgeevx.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgehd2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgehrd.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgelq2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgelqf.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgeqr2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgeqrf.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgesdd.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgesv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgesvd.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgetf2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgetrf.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dgetrs.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dhseqr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/disnan.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlabad.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlabrd.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlacon.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlacpy.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dladiv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlae2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaed6.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaev2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaexc.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlahqr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlahrd.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaisnan.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaln2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc1.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc3.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc4.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlamc5.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlamch.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlamrg.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlange.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlanhs.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlanst.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlanv2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlapy2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlapy3.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaqtr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlarf.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlarfb.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlarfg.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlarft.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlarfx.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlartg.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlas2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlascl.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd0.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd1.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd3.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd4.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd5.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd6.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd7.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasd8.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasda.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasdq.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasdt.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaset.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq1.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq3.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq4.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq5.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasq6.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasrt.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlassq.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasv2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlaswp.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dlasy2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dorg2r.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dorgbr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dorghr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dorgl2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dorglq.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dorgqr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dorm2r.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dormbr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dorml2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dormlq.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dormqr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dsterf.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dtrevc.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dtrexc.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/dtrsna.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/ieeeck.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/ilaenv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/ilazlc.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/ilazlr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/lapack-lisp.system
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/lapack-package.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zgebak.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zgebal.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zgeev.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zgehd2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zgehrd.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zheev.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zhetd2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zhetrd.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zhseqr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlacgv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlacpy.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zladiv.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlahqr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlahr2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlange.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlanhe.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr0.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr1.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr2.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr3.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr4.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlaqr5.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlarf.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlarfb.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlarfg.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlarft.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlartg.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlascl.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlaset.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlasr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlassq.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlatrd.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zlatrs.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zrot.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zsteqr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/ztrevc.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/ztrexc.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zung2l.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zung2r.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zunghr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zungql.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zungqr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zungtr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zunm2r.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zunmhr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/lapack/zunmqr.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/load-lapack.lisp
|
|
share/maxima/${PKGVERSION}/share/lapack/rtest_dgeqrf.mac
|
|
share/maxima/${PKGVERSION}/share/lapack/rtest_dgesv.mac
|
|
share/maxima/${PKGVERSION}/share/lbfgs/f2cl-lbfgs.lisp
|
|
share/maxima/${PKGVERSION}/share/lbfgs/lb1.lisp
|
|
share/maxima/${PKGVERSION}/share/lbfgs/lb2.lisp
|
|
share/maxima/${PKGVERSION}/share/lbfgs/lbfgs-daxpy.lisp
|
|
share/maxima/${PKGVERSION}/share/lbfgs/lbfgs-ddot.lisp
|
|
share/maxima/${PKGVERSION}/share/lbfgs/lbfgs-lisp.system
|
|
share/maxima/${PKGVERSION}/share/lbfgs/lbfgs.lisp
|
|
share/maxima/${PKGVERSION}/share/lbfgs/lbfgs.mac
|
|
share/maxima/${PKGVERSION}/share/lbfgs/maxima-lbfgs.lisp
|
|
share/maxima/${PKGVERSION}/share/lbfgs/mcsrch.lisp
|
|
share/maxima/${PKGVERSION}/share/lbfgs/mcstep.lisp
|
|
share/maxima/${PKGVERSION}/share/lbfgs/rtest_lbfgs.mac
|
|
share/maxima/${PKGVERSION}/share/lbfgs/run-lbfgs.lisp
|
|
share/maxima/${PKGVERSION}/share/lbfgs/sdrive.lisp
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/announcement.txt
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/eigens-by-jacobi.lisp
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/linalg-extra.lisp
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/linalg-utilities.lisp
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/linalg.usage
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/linalgcholesky.lisp
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/linearalgebra.dem
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/linearalgebra.mac
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/load-linearalgebra-lisp-files.lisp
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/lu.lisp
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/matrixexp.lisp
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/matrixexp.usage
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/mring.lisp
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/polynomialp.lisp
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/rtest_cholesky.mac
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/rtest_eigens_by_jacobi.mac
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/rtest_linalg.mac
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/rtest_lu.mac
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/rtest_matrixexp.mac
|
|
share/maxima/${PKGVERSION}/share/linearalgebra/rtest_polynomialp.mac
|
|
share/maxima/${PKGVERSION}/share/lisp-utils/defsystem.lisp
|
|
share/maxima/${PKGVERSION}/share/logic/COPYING
|
|
share/maxima/${PKGVERSION}/share/logic/Ksimplifier.lisp
|
|
share/maxima/${PKGVERSION}/share/logic/TODO
|
|
share/maxima/${PKGVERSION}/share/logic/logic-index.lisp
|
|
share/maxima/${PKGVERSION}/share/logic/logic.dem
|
|
share/maxima/${PKGVERSION}/share/logic/logic.info
|
|
share/maxima/${PKGVERSION}/share/logic/logic.lisp
|
|
share/maxima/${PKGVERSION}/share/logic/logic.mac
|
|
share/maxima/${PKGVERSION}/share/logic/logic.texi
|
|
share/maxima/${PKGVERSION}/share/logic/rtest_logic.mac
|
|
share/maxima/${PKGVERSION}/share/logic/texinfo.tex
|
|
share/maxima/${PKGVERSION}/share/lsquares/lsquares.mac
|
|
share/maxima/${PKGVERSION}/share/lsquares/plsquares.mac
|
|
share/maxima/${PKGVERSION}/share/lsquares/rtest_lsquares.mac
|
|
share/maxima/${PKGVERSION}/share/macro/autolo.mac
|
|
share/maxima/${PKGVERSION}/share/macro/basic.mac
|
|
share/maxima/${PKGVERSION}/share/macro/caseq.mac
|
|
share/maxima/${PKGVERSION}/share/macro/contrl.mac
|
|
share/maxima/${PKGVERSION}/share/macro/defm.dem
|
|
share/maxima/${PKGVERSION}/share/macro/defm.mac
|
|
share/maxima/${PKGVERSION}/share/macro/defm.syn
|
|
share/maxima/${PKGVERSION}/share/macro/defstm.mac
|
|
share/maxima/${PKGVERSION}/share/macro/defstmrun.mac
|
|
share/maxima/${PKGVERSION}/share/macro/fexpr.mac
|
|
share/maxima/${PKGVERSION}/share/macro/keyarg.dem
|
|
share/maxima/${PKGVERSION}/share/macro/keyarg.mac
|
|
share/maxima/${PKGVERSION}/share/macro/packg.mac
|
|
share/maxima/${PKGVERSION}/share/macro/sum1.mac
|
|
share/maxima/${PKGVERSION}/share/matrix/eigen.dem
|
|
share/maxima/${PKGVERSION}/share/matrix/eigen.mac
|
|
share/maxima/${PKGVERSION}/share/matrix/eigen_1.dem
|
|
share/maxima/${PKGVERSION}/share/matrix/invert.mac
|
|
share/maxima/${PKGVERSION}/share/matrix/invert.usg
|
|
share/maxima/${PKGVERSION}/share/matrix/matfun.mac
|
|
share/maxima/${PKGVERSION}/share/matrix/nchrpl.dem
|
|
share/maxima/${PKGVERSION}/share/matrix/nchrpl.mac
|
|
share/maxima/${PKGVERSION}/share/matrix/pfaff.dem
|
|
share/maxima/${PKGVERSION}/share/matrix/pfaff.mac
|
|
share/maxima/${PKGVERSION}/share/matrix/pfaff.usg
|
|
share/maxima/${PKGVERSION}/share/matrix/rateig.mac
|
|
share/maxima/${PKGVERSION}/share/matrix/rtest_eigen.mac
|
|
share/maxima/${PKGVERSION}/share/maxima-init.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/disclaimer
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/dogleg.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/dpmpar.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/enorm.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/fdjac1.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/fdjac2.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/hybrd.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/hybrd1.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/hybrj.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/hybrj1.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/lmder.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/lmder1.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/lmdif.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/lmdif1.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/lmpar.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/qform.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/qrfac.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/qrsolv.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/r1mpyq.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/lisp/r1updt.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/load-minpack.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/minpack-interface.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/minpack-lisp.system
|
|
share/maxima/${PKGVERSION}/share/minpack/minpack-package.lisp
|
|
share/maxima/${PKGVERSION}/share/minpack/minpack.mac
|
|
share/maxima/${PKGVERSION}/share/minpack/minpack.system
|
|
share/maxima/${PKGVERSION}/share/minpack/rtest_minpack.mac
|
|
share/maxima/${PKGVERSION}/share/misc/arrfun.mac
|
|
share/maxima/${PKGVERSION}/share/misc/declin.dem
|
|
share/maxima/${PKGVERSION}/share/misc/declin.mac
|
|
share/maxima/${PKGVERSION}/share/misc/declin.usg
|
|
share/maxima/${PKGVERSION}/share/misc/diffop.lisp
|
|
share/maxima/${PKGVERSION}/share/misc/dump.lisp
|
|
share/maxima/${PKGVERSION}/share/misc/dump.usg
|
|
share/maxima/${PKGVERSION}/share/misc/foptim.lisp
|
|
share/maxima/${PKGVERSION}/share/misc/seqopt.dem
|
|
share/maxima/${PKGVERSION}/share/misc/seqopt.lisp
|
|
share/maxima/${PKGVERSION}/share/misc/seqopt.usg
|
|
share/maxima/${PKGVERSION}/share/misc/smacro.mac
|
|
share/maxima/${PKGVERSION}/share/mnewton/mnewton.mac
|
|
share/maxima/${PKGVERSION}/share/mnewton/rtest_mnewton.mac
|
|
share/maxima/${PKGVERSION}/share/multiadditive/bilinear.mac
|
|
share/maxima/${PKGVERSION}/share/multiadditive/multiadditive.lisp
|
|
share/maxima/${PKGVERSION}/share/multiadditive/multiadditive.mac
|
|
share/maxima/${PKGVERSION}/share/multiadditive/rtest_opproperties.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/bffac.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/brmbrg.lisp
|
|
share/maxima/${PKGVERSION}/share/numeric/brmbrg.usg
|
|
share/maxima/${PKGVERSION}/share/numeric/dblint.dem
|
|
share/maxima/${PKGVERSION}/share/numeric/dblint.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/dblint.usg
|
|
share/maxima/${PKGVERSION}/share/numeric/dblint_1.dem
|
|
share/maxima/${PKGVERSION}/share/numeric/decfp-core.lisp
|
|
share/maxima/${PKGVERSION}/share/numeric/decfp.lisp
|
|
share/maxima/${PKGVERSION}/share/numeric/diffeq.dem
|
|
share/maxima/${PKGVERSION}/share/numeric/diffeq.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/expense.lisp
|
|
share/maxima/${PKGVERSION}/share/numeric/fft-core.lisp
|
|
share/maxima/${PKGVERSION}/share/numeric/fft-interface.lisp
|
|
share/maxima/${PKGVERSION}/share/numeric/fft-package.lisp
|
|
share/maxima/${PKGVERSION}/share/numeric/fft.dem
|
|
share/maxima/${PKGVERSION}/share/numeric/fft.lisp
|
|
share/maxima/${PKGVERSION}/share/numeric/fft.usg
|
|
share/maxima/${PKGVERSION}/share/numeric/forma1.lisp
|
|
share/maxima/${PKGVERSION}/share/numeric/forma1.usg
|
|
share/maxima/${PKGVERSION}/share/numeric/format.lisp
|
|
share/maxima/${PKGVERSION}/share/numeric/format.usg
|
|
share/maxima/${PKGVERSION}/share/numeric/interpol.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/newton.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/newton1.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/riemsum.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/romberg.lisp
|
|
share/maxima/${PKGVERSION}/share/numeric/rtest_bffac.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/rtest_decfp.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/rtest_fft.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/rtest_interpol.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/rtest_rfft.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/rtest_romberg.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/simpsn.dem
|
|
share/maxima/${PKGVERSION}/share/numeric/simpsn.mac
|
|
share/maxima/${PKGVERSION}/share/numeric/submac.dem
|
|
share/maxima/${PKGVERSION}/share/numeric/submac.mac
|
|
share/maxima/${PKGVERSION}/share/numericalio/README
|
|
share/maxima/${PKGVERSION}/share/numericalio/array.data
|
|
share/maxima/${PKGVERSION}/share/numericalio/encode-decode-float.lisp
|
|
share/maxima/${PKGVERSION}/share/numericalio/load-numericalio.lisp
|
|
share/maxima/${PKGVERSION}/share/numericalio/numericalio.lisp
|
|
share/maxima/${PKGVERSION}/share/numericalio/numericalio.mac
|
|
share/maxima/${PKGVERSION}/share/numericalio/numericalio.system
|
|
share/maxima/${PKGVERSION}/share/numericalio/pipe.data
|
|
share/maxima/${PKGVERSION}/share/numericalio/ragged.data
|
|
share/maxima/${PKGVERSION}/share/numericalio/really-csv.data
|
|
share/maxima/${PKGVERSION}/share/numericalio/really-space-separated.csv
|
|
share/maxima/${PKGVERSION}/share/numericalio/rectangular.csv
|
|
share/maxima/${PKGVERSION}/share/numericalio/rectangular.data
|
|
share/maxima/${PKGVERSION}/share/numericalio/rtest_numericalio.mac
|
|
share/maxima/${PKGVERSION}/share/numericalio/semicolon.data
|
|
share/maxima/${PKGVERSION}/share/numericalio/test-binary.f8-lsb
|
|
share/maxima/${PKGVERSION}/share/numericalio/test-binary.f8-msb
|
|
share/maxima/${PKGVERSION}/share/odepack/demo-dlsode.mac
|
|
share/maxima/${PKGVERSION}/share/odepack/dlsode-interface.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/dlsode.mac
|
|
share/maxima/${PKGVERSION}/share/odepack/load-dlsode.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/load-odepack.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/maxima-odepack.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/odepack-lisp.system
|
|
share/maxima/${PKGVERSION}/share/odepack/odepack.asd
|
|
share/maxima/${PKGVERSION}/share/odepack/odepack.system
|
|
share/maxima/${PKGVERSION}/share/odepack/package.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/rtest_dlsode.mac
|
|
share/maxima/${PKGVERSION}/share/odepack/src/adjlr.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/cdrv.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/cntnzu.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/daigbt.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dainvg.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dainvgs.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/datp.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/datv.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/daxpy.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dbnorm.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dcfode.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dcopy.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/ddecbt.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/ddot.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dewset.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dfnorm.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dgbfa.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dgbsl.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dgefa.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dgesl.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dhefa.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dhels.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dheqr.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dhesl.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dintdy.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/diprep.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/diprepi.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dlhin.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dls001.cmn
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dlsoda.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dlsodar.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dlsode.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dlsodes.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dlsodi.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dlsodis.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dlsodkr.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dlsodpk.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dlsoibt.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dmnorm.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dnrm2.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dorthog.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dpcg.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dpcgs.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dpjibt.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dpkset.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dprep.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dprepi.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dprepj.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dprepji.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dprja.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dprjis.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dprjs.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/drchek.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/droots.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dscal.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dsetpk.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dslsbt.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dsolbt.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dsolpk.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dsolss.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dsolsy.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dspigmr.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dspiom.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dsrcar.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dsrckr.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dsrcma.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dsrcms.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dsrcom.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dsrcpk.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dstoda.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dstode.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dstodi.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dstodpk.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dstoka.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dumach.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dumsum.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dusol.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/dvnorm.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/idamax.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/iumach.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/ixsav.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/jgroup.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/md.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/mdi.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/mdm.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/mdp.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/mdu.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/nnfc.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/nnsc.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/nntc.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/nroc.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/nsfc.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/odrv.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/package.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/sro.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/xerrwd.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/xsetf.lisp
|
|
share/maxima/${PKGVERSION}/share/odepack/src/xsetun.lisp
|
|
share/maxima/${PKGVERSION}/share/orthopoly/README
|
|
share/maxima/${PKGVERSION}/share/orthopoly/changes_0.9_to_0.94.txt
|
|
share/maxima/${PKGVERSION}/share/orthopoly/h_atom.dem
|
|
share/maxima/${PKGVERSION}/share/orthopoly/orthopoly.lisp
|
|
share/maxima/${PKGVERSION}/share/orthopoly/rtest_pochhammer.mac
|
|
share/maxima/${PKGVERSION}/share/orthopoly/test_orthopoly.mac
|
|
share/maxima/${PKGVERSION}/share/orthopoly/variational_method.dem
|
|
share/maxima/${PKGVERSION}/share/pdiff/battex.sty
|
|
share/maxima/${PKGVERSION}/share/pdiff/history.txt
|
|
share/maxima/${PKGVERSION}/share/pdiff/pdiff-doc.pdf
|
|
share/maxima/${PKGVERSION}/share/pdiff/pdiff-doc.tex
|
|
share/maxima/${PKGVERSION}/share/pdiff/pdiff.lisp
|
|
share/maxima/${PKGVERSION}/share/pdiff/rtest_pdiff.mac
|
|
share/maxima/${PKGVERSION}/share/physics/battex.sty
|
|
share/maxima/${PKGVERSION}/share/physics/dimen.dem
|
|
share/maxima/${PKGVERSION}/share/physics/dimen.mac
|
|
share/maxima/${PKGVERSION}/share/physics/dimen.usg
|
|
share/maxima/${PKGVERSION}/share/physics/dimension.html
|
|
share/maxima/${PKGVERSION}/share/physics/dimension.mac
|
|
share/maxima/${PKGVERSION}/share/physics/dimension.pdf
|
|
share/maxima/${PKGVERSION}/share/physics/dimension.tex
|
|
share/maxima/${PKGVERSION}/share/physics/elec.lisp
|
|
share/maxima/${PKGVERSION}/share/physics/physconst.mac
|
|
share/maxima/${PKGVERSION}/share/physics/physconst.usg
|
|
share/maxima/${PKGVERSION}/share/physics/rtest_dimension.mac
|
|
share/maxima/${PKGVERSION}/share/physics/units.mac
|
|
share/maxima/${PKGVERSION}/share/physics/units.usg
|
|
share/maxima/${PKGVERSION}/share/pytranslate/cantorr.py
|
|
share/maxima/${PKGVERSION}/share/pytranslate/maxima-to-ir.html
|
|
share/maxima/${PKGVERSION}/share/pytranslate/maxima-to-ir.mm
|
|
share/maxima/${PKGVERSION}/share/pytranslate/pytranslate.lisp
|
|
share/maxima/${PKGVERSION}/share/pytranslate/pytranslate.mac
|
|
share/maxima/${PKGVERSION}/share/pytranslate/pytranslate.py
|
|
share/maxima/${PKGVERSION}/share/pytranslate/rtest_pytranslate.mac
|
|
share/maxima/${PKGVERSION}/share/readme-share.txt
|
|
share/maxima/${PKGVERSION}/share/share.usg
|
|
share/maxima/${PKGVERSION}/share/simplex/Readme.txt
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/Readme.txt
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_A.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_b.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/adlittle_c.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_A.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_b.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/afiro_c.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_A.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_b.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/kb2_c.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/klee_minty.mac
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/netlib.mac
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_A.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_b.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/sc50a_c.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_A.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_b.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/Tests/share2b_c.csv
|
|
share/maxima/${PKGVERSION}/share/simplex/minimize_sx.mac
|
|
share/maxima/${PKGVERSION}/share/simplex/rtest_simplex.mac
|
|
share/maxima/${PKGVERSION}/share/simplex/simplex.mac
|
|
share/maxima/${PKGVERSION}/share/simplex/simplex_algorithm.lisp
|
|
share/maxima/${PKGVERSION}/share/simplification/absimp.dem
|
|
share/maxima/${PKGVERSION}/share/simplification/absimp.mac
|
|
share/maxima/${PKGVERSION}/share/simplification/disol.dem
|
|
share/maxima/${PKGVERSION}/share/simplification/disol.mac
|
|
share/maxima/${PKGVERSION}/share/simplification/elim.mac
|
|
share/maxima/${PKGVERSION}/share/simplification/facex1.mac
|
|
share/maxima/${PKGVERSION}/share/simplification/facexp.dem
|
|
share/maxima/${PKGVERSION}/share/simplification/facexp.mac
|
|
share/maxima/${PKGVERSION}/share/simplification/functs.dem
|
|
share/maxima/${PKGVERSION}/share/simplification/functs.mac
|
|
share/maxima/${PKGVERSION}/share/simplification/genut.mac
|
|
share/maxima/${PKGVERSION}/share/simplification/ineq.dem
|
|
share/maxima/${PKGVERSION}/share/simplification/ineq.mac
|
|
share/maxima/${PKGVERSION}/share/simplification/lrats.dem
|
|
share/maxima/${PKGVERSION}/share/simplification/lrats.mac
|
|
share/maxima/${PKGVERSION}/share/simplification/rducon.dem
|
|
share/maxima/${PKGVERSION}/share/simplification/rducon.lisp
|
|
share/maxima/${PKGVERSION}/share/simplification/rncomb.dem
|
|
share/maxima/${PKGVERSION}/share/simplification/rncomb.mac
|
|
share/maxima/${PKGVERSION}/share/simplification/rtest_rncomb.mac
|
|
share/maxima/${PKGVERSION}/share/simplification/rtest_sqdnst.mac
|
|
share/maxima/${PKGVERSION}/share/simplification/scifac.dem
|
|
share/maxima/${PKGVERSION}/share/simplification/scifac.lisp
|
|
share/maxima/${PKGVERSION}/share/simplification/sqdnst.mac
|
|
share/maxima/${PKGVERSION}/share/simplification/stopex.dem
|
|
share/maxima/${PKGVERSION}/share/simplification/stopex.mac
|
|
share/maxima/${PKGVERSION}/share/solve_rat_ineq/rtest_solve_rat_ineq.mac
|
|
share/maxima/${PKGVERSION}/share/solve_rat_ineq/solve_rat_ineq.mac
|
|
share/maxima/${PKGVERSION}/share/solve_rec/rtest_simplify_sum.mac
|
|
share/maxima/${PKGVERSION}/share/solve_rec/rtest_solve_rec.mac
|
|
share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum.mac
|
|
share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum_test.mac
|
|
share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.dem
|
|
share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.mac
|
|
share/maxima/${PKGVERSION}/share/sound/sound.lisp
|
|
share/maxima/${PKGVERSION}/share/specfun.lisp
|
|
share/maxima/${PKGVERSION}/share/stats/inference_result.lisp
|
|
share/maxima/${PKGVERSION}/share/stats/numstats.lisp
|
|
share/maxima/${PKGVERSION}/share/stats/rtest_stats.mac
|
|
share/maxima/${PKGVERSION}/share/stats/stats.mac
|
|
share/maxima/${PKGVERSION}/share/stringproc/base64.lisp
|
|
share/maxima/${PKGVERSION}/share/stringproc/cryptools.lisp
|
|
share/maxima/${PKGVERSION}/share/stringproc/eval_string.lisp
|
|
share/maxima/${PKGVERSION}/share/stringproc/md5.lisp
|
|
share/maxima/${PKGVERSION}/share/stringproc/pregexp.lisp
|
|
share/maxima/${PKGVERSION}/share/stringproc/printf.lisp
|
|
share/maxima/${PKGVERSION}/share/stringproc/rectangular.csv-utf-16be
|
|
share/maxima/${PKGVERSION}/share/stringproc/rectangular.csv-utf-16le
|
|
share/maxima/${PKGVERSION}/share/stringproc/rectangular.csv-utf-32be
|
|
share/maxima/${PKGVERSION}/share/stringproc/rectangular.csv-utf-32le
|
|
share/maxima/${PKGVERSION}/share/stringproc/rectangular.csv-utf-8
|
|
share/maxima/${PKGVERSION}/share/stringproc/rtest_encoding.mac
|
|
share/maxima/${PKGVERSION}/share/stringproc/rtest_stringproc.mac
|
|
share/maxima/${PKGVERSION}/share/stringproc/rtestprintf.mac
|
|
share/maxima/${PKGVERSION}/share/stringproc/rtestregex.mac
|
|
share/maxima/${PKGVERSION}/share/stringproc/sha1.lisp
|
|
share/maxima/${PKGVERSION}/share/stringproc/sregex.lisp
|
|
share/maxima/${PKGVERSION}/share/stringproc/sregex.mac
|
|
share/maxima/${PKGVERSION}/share/stringproc/stringproc.lisp
|
|
share/maxima/${PKGVERSION}/share/stringproc/stringproc.mac
|
|
share/maxima/${PKGVERSION}/share/stringproc/unicode-sniffer.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/arite.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/chbase.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/compile.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/direct.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/doconline
|
|
share/maxima/${PKGVERSION}/share/sym/docsym-en.tex
|
|
share/maxima/${PKGVERSION}/share/sym/docsym-fr.tex
|
|
share/maxima/${PKGVERSION}/share/sym/docsymidx.tex
|
|
share/maxima/${PKGVERSION}/share/sym/ecrivain.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/elem.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/kak.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/lecteur.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/load-sym-lisp-files.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/macros.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/makefile
|
|
share/maxima/${PKGVERSION}/share/sym/multmon.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/operations.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/partpol.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/permut.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/pui.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/resolcayley.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/resolv1.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/resolvante.mac
|
|
share/maxima/${PKGVERSION}/share/sym/rtest_sym.mac
|
|
share/maxima/${PKGVERSION}/share/sym/schur.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/sym.mac
|
|
share/maxima/${PKGVERSION}/share/sym/sym.system
|
|
share/maxima/${PKGVERSION}/share/sym/sym1.mac
|
|
share/maxima/${PKGVERSION}/share/sym/treillis.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/tri.lisp
|
|
share/maxima/${PKGVERSION}/share/sym/util.lisp
|
|
share/maxima/${PKGVERSION}/share/template-standalone.texi
|
|
share/maxima/${PKGVERSION}/share/template.texi
|
|
share/maxima/${PKGVERSION}/share/tensor/ademo.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/adsitter.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/allnutt.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/atensor.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/atensor.mac
|
|
share/maxima/${PKGVERSION}/share/tensor/bianchi.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/bradic.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/canten.lisp
|
|
share/maxima/${PKGVERSION}/share/tensor/car_iden.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/ctensor.mac
|
|
share/maxima/${PKGVERSION}/share/tensor/ctensor1.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/ctensor2.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/ctensor3.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/ctensor4.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/ctensor5.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/ctensor6.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/ctensor7.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/ctensor8.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/einhil.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/ex_calc.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/ex_calc.mac
|
|
share/maxima/${PKGVERSION}/share/tensor/friedmann.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/gener.lisp
|
|
share/maxima/${PKGVERSION}/share/tensor/godel.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/helicity.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/hodge.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/hydro.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/iframe.mac
|
|
share/maxima/${PKGVERSION}/share/tensor/itensor.lisp
|
|
share/maxima/${PKGVERSION}/share/tensor/itensor1.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/itensor2.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/itensor3.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/itensor4.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/itensor5.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/itensor6.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/itensor8.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/itensor9.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/kaluza.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/killing.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/kruskal.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/lckdt.mac
|
|
share/maxima/${PKGVERSION}/share/tensor/mail-archive.txt
|
|
share/maxima/${PKGVERSION}/share/tensor/maxwell.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/papapetrou.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/petrov.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/plasma.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/rainich.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/reissner.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/rtest_atensor.mac
|
|
share/maxima/${PKGVERSION}/share/tensor/rtest_ctensor.mac
|
|
share/maxima/${PKGVERSION}/share/tensor/rtest_itensor.mac
|
|
share/maxima/${PKGVERSION}/share/tensor/schwarz.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/spinor.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/symtry.lisp
|
|
share/maxima/${PKGVERSION}/share/tensor/taubnut.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/tendemo.mac
|
|
share/maxima/${PKGVERSION}/share/tensor/tensor.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/tentex.lisp
|
|
share/maxima/${PKGVERSION}/share/tensor/tetrad.dem
|
|
share/maxima/${PKGVERSION}/share/tensor/weyl.dem
|
|
share/maxima/${PKGVERSION}/share/to_poly_solve/rtest_to_poly.mac
|
|
share/maxima/${PKGVERSION}/share/to_poly_solve/rtest_to_poly_solve.mac
|
|
share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly.lisp
|
|
share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solve.mac
|
|
share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solve_extra.lisp
|
|
share/maxima/${PKGVERSION}/share/to_poly_solve/to_poly_solver.mac
|
|
share/maxima/${PKGVERSION}/share/to_poly_solve/topoly.lisp
|
|
share/maxima/${PKGVERSION}/share/trigonometry/atrig1.mac
|
|
share/maxima/${PKGVERSION}/share/trigonometry/atrig1.usg
|
|
share/maxima/${PKGVERSION}/share/trigonometry/ntrig.mac
|
|
share/maxima/${PKGVERSION}/share/trigonometry/ntrig.usg
|
|
share/maxima/${PKGVERSION}/share/trigonometry/spangl.mac
|
|
share/maxima/${PKGVERSION}/share/trigonometry/spangl.usg
|
|
share/maxima/${PKGVERSION}/share/trigonometry/trgsmp.mac
|
|
share/maxima/${PKGVERSION}/share/trigonometry/trigrat.lisp
|
|
share/maxima/${PKGVERSION}/share/utils/mactex-utilities.lisp
|
|
share/maxima/${PKGVERSION}/share/vector/rtest_vect.mac
|
|
share/maxima/${PKGVERSION}/share/vector/rtest_vector_rebuild.mac
|
|
share/maxima/${PKGVERSION}/share/vector/vect.dem
|
|
share/maxima/${PKGVERSION}/share/vector/vect.mac
|
|
share/maxima/${PKGVERSION}/share/vector/vect.usg
|
|
share/maxima/${PKGVERSION}/share/vector/vect_transform.mac
|
|
share/maxima/${PKGVERSION}/share/vector/vector.dem
|
|
share/maxima/${PKGVERSION}/share/vector/vector.mac
|
|
share/maxima/${PKGVERSION}/share/vector/vector.usg
|
|
share/maxima/${PKGVERSION}/share/vector/vector_rebuild.lisp
|
|
share/maxima/${PKGVERSION}/share/vector/vector_rebuild.mac
|
|
share/maxima/${PKGVERSION}/share/vector/vector_rebuild.usg
|
|
share/maxima/${PKGVERSION}/share/z_transform/rtest_z_transform.mac
|
|
share/maxima/${PKGVERSION}/share/z_transform/z_transform.mac
|
|
share/maxima/${PKGVERSION}/src/acall.lisp
|
|
share/maxima/${PKGVERSION}/src/airy.lisp
|
|
share/maxima/${PKGVERSION}/src/algfac.lisp
|
|
share/maxima/${PKGVERSION}/src/algsys.lisp
|
|
share/maxima/${PKGVERSION}/src/ar.lisp
|
|
share/maxima/${PKGVERSION}/src/askp.lisp
|
|
share/maxima/${PKGVERSION}/src/asum.lisp
|
|
share/maxima/${PKGVERSION}/src/autoconf-variables.lisp
|
|
share/maxima/${PKGVERSION}/src/autol.lisp
|
|
share/maxima/${PKGVERSION}/src/bessel.lisp
|
|
share/maxima/${PKGVERSION}/src/buildq.lisp
|
|
share/maxima/${PKGVERSION}/src/cl-info.lisp
|
|
${PLIST.clisp}share/maxima/${PKGVERSION}/src/clisp-command2.lisp
|
|
share/maxima/${PKGVERSION}/src/clmacs.lisp
|
|
share/maxima/${PKGVERSION}/src/combin.lisp
|
|
share/maxima/${PKGVERSION}/src/comm.lisp
|
|
share/maxima/${PKGVERSION}/src/comm2.lisp
|
|
share/maxima/${PKGVERSION}/src/commac.lisp
|
|
share/maxima/${PKGVERSION}/src/command-line.lisp
|
|
share/maxima/${PKGVERSION}/src/compar.lisp
|
|
share/maxima/${PKGVERSION}/src/compat.lisp
|
|
share/maxima/${PKGVERSION}/src/conjugate.lisp
|
|
share/maxima/${PKGVERSION}/src/cpoly.lisp
|
|
share/maxima/${PKGVERSION}/src/csimp.lisp
|
|
share/maxima/${PKGVERSION}/src/csimp2.lisp
|
|
share/maxima/${PKGVERSION}/src/db.lisp
|
|
share/maxima/${PKGVERSION}/src/defcal.lisp
|
|
share/maxima/${PKGVERSION}/src/defint.lisp
|
|
share/maxima/${PKGVERSION}/src/defmfun-check.lisp
|
|
share/maxima/${PKGVERSION}/src/desoln.lisp
|
|
share/maxima/${PKGVERSION}/src/displa.lisp
|
|
share/maxima/${PKGVERSION}/src/displm.lisp
|
|
share/maxima/${PKGVERSION}/src/dskfn.lisp
|
|
share/maxima/${PKGVERSION}/src/ecl-port.lisp
|
|
share/maxima/${PKGVERSION}/src/elim.lisp
|
|
share/maxima/${PKGVERSION}/src/ellipt.lisp
|
|
share/maxima/${PKGVERSION}/src/evalw.lisp
|
|
share/maxima/${PKGVERSION}/src/expintegral.lisp
|
|
share/maxima/${PKGVERSION}/src/ezgcd.lisp
|
|
share/maxima/${PKGVERSION}/src/factor.lisp
|
|
share/maxima/${PKGVERSION}/src/fcall.lisp
|
|
share/maxima/${PKGVERSION}/src/float.lisp
|
|
share/maxima/${PKGVERSION}/src/fortra.lisp
|
|
share/maxima/${PKGVERSION}/src/gamma.lisp
|
|
share/maxima/${PKGVERSION}/src/gcl-compat.lisp
|
|
share/maxima/${PKGVERSION}/src/generate-sys-proclaim.lisp
|
|
share/maxima/${PKGVERSION}/src/generr.lisp
|
|
share/maxima/${PKGVERSION}/src/getopt.lisp
|
|
share/maxima/${PKGVERSION}/src/gnuplot_def.lisp
|
|
share/maxima/${PKGVERSION}/src/grind.lisp
|
|
share/maxima/${PKGVERSION}/src/hayat.lisp
|
|
share/maxima/${PKGVERSION}/src/homog.lisp
|
|
share/maxima/${PKGVERSION}/src/hyp.lisp
|
|
share/maxima/${PKGVERSION}/src/hypgeo.lisp
|
|
share/maxima/${PKGVERSION}/src/ifactor.lisp
|
|
share/maxima/${PKGVERSION}/src/init-cl.lisp
|
|
share/maxima/${PKGVERSION}/src/inmis.lisp
|
|
share/maxima/${PKGVERSION}/src/intl.lisp
|
|
share/maxima/${PKGVERSION}/src/intpol.lisp
|
|
share/maxima/${PKGVERSION}/src/invert.lisp
|
|
share/maxima/${PKGVERSION}/src/irinte.lisp
|
|
share/maxima/${PKGVERSION}/src/laplac.lisp
|
|
share/maxima/${PKGVERSION}/src/lesfac.lisp
|
|
share/maxima/${PKGVERSION}/src/letmac.lisp
|
|
share/maxima/${PKGVERSION}/src/limit.lisp
|
|
share/maxima/${PKGVERSION}/src/linnew.lisp
|
|
share/maxima/${PKGVERSION}/src/lmdcls.lisp
|
|
share/maxima/${PKGVERSION}/src/logarc.lisp
|
|
share/maxima/${PKGVERSION}/src/macdes.lisp
|
|
share/maxima/${PKGVERSION}/src/macsys.lisp
|
|
share/maxima/${PKGVERSION}/src/mactex.lisp
|
|
share/maxima/${PKGVERSION}/src/marray.lisp
|
|
share/maxima/${PKGVERSION}/src/mat.lisp
|
|
share/maxima/${PKGVERSION}/src/matcom.lisp
|
|
share/maxima/${PKGVERSION}/src/matrix.lisp
|
|
share/maxima/${PKGVERSION}/src/matrun.lisp
|
|
share/maxima/${PKGVERSION}/src/max_ext.lisp
|
|
share/maxima/${PKGVERSION}/src/maxima-build.lisp
|
|
share/maxima/${PKGVERSION}/src/maxima-package.lisp
|
|
share/maxima/${PKGVERSION}/src/maxmac.lisp
|
|
share/maxima/${PKGVERSION}/src/maxmin.lisp
|
|
share/maxima/${PKGVERSION}/src/mdebug.lisp
|
|
share/maxima/${PKGVERSION}/src/mdefun.lisp
|
|
share/maxima/${PKGVERSION}/src/mdot.lisp
|
|
share/maxima/${PKGVERSION}/src/merror.lisp
|
|
share/maxima/${PKGVERSION}/src/mforma.lisp
|
|
share/maxima/${PKGVERSION}/src/mformt.lisp
|
|
share/maxima/${PKGVERSION}/src/mhayat.lisp
|
|
share/maxima/${PKGVERSION}/src/mlisp.lisp
|
|
share/maxima/${PKGVERSION}/src/mload.lisp
|
|
share/maxima/${PKGVERSION}/src/mmacro.lisp
|
|
share/maxima/${PKGVERSION}/src/mopers.lisp
|
|
share/maxima/${PKGVERSION}/src/mormac.lisp
|
|
share/maxima/${PKGVERSION}/src/mrgmac.lisp
|
|
share/maxima/${PKGVERSION}/src/mstuff.lisp
|
|
share/maxima/${PKGVERSION}/src/mtrace.lisp
|
|
share/maxima/${PKGVERSION}/src/mutils.lisp
|
|
share/maxima/${PKGVERSION}/src/nalgfa.lisp
|
|
share/maxima/${PKGVERSION}/src/newdet.lisp
|
|
share/maxima/${PKGVERSION}/src/newinv.lisp
|
|
share/maxima/${PKGVERSION}/src/nforma.lisp
|
|
share/maxima/${PKGVERSION}/src/nisimp.lisp
|
|
share/maxima/${PKGVERSION}/src/nparse.lisp
|
|
share/maxima/${PKGVERSION}/src/nrat4.lisp
|
|
share/maxima/${PKGVERSION}/src/nregex.lisp
|
|
share/maxima/${PKGVERSION}/src/nset.lisp
|
|
share/maxima/${PKGVERSION}/src/numeric.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/f2cl-lib.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/f2cl-package.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/d9aimp.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/d9b0mp.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/d9b1mp.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/d9lgmc.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/d9upak.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dai.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/daie.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dasyik.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dasyjy.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi0.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi1.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj0.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj1.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk0.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk1.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy0.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy1.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbi.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbie.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbsi0e.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbsi1e.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbsk0e.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbsk1e.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbsknu.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dbsynu.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dcsevl.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/de1.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dei.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/derf.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/derfc.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dgamlm.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dgamln.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dgamma.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dgtsl.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/djairy.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dlngam.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqag.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqage.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqagi.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqagie.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqagp.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqagpe.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqags.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqagse.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqawc.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqawce.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqawf.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqawfe.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqawo.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqawoe.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqaws.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqawse.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25c.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25f.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25s.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqcheb.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqelg.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15i.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15w.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk21.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk31.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk41.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk51.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqk61.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqmomo.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqng.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqpsrt.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgtc.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgtf.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgts.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dspenc.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/dyairy.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/fdump.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/initds.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/j4save.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/quadpack.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/xercnt.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/xerhlt.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/xermsg.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/xerprn.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/xersve.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/xgetua.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zabs.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zacai.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zacon.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zairy.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zasyi.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zbesh.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zbesi.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zbesj.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zbesk.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zbesy.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zbinu.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zbiry.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zbknu.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zbuni.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zbunk.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zdiv.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zexp.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zkscl.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zlog.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zmlri.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zmlt.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zrati.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zs1s2.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zseri.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zshch.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zsqrt.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zuchk.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zunhj.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zuni1.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zuni2.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zunik.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zunk1.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zunk2.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zuoik.lisp
|
|
share/maxima/${PKGVERSION}/src/numerical/slatec/zwrsk.lisp
|
|
share/maxima/${PKGVERSION}/src/nummod.lisp
|
|
share/maxima/${PKGVERSION}/src/numth.lisp
|
|
share/maxima/${PKGVERSION}/src/opers.lisp
|
|
share/maxima/${PKGVERSION}/src/optim.lisp
|
|
share/maxima/${PKGVERSION}/src/optimize.lisp
|
|
share/maxima/${PKGVERSION}/src/option.lisp
|
|
share/maxima/${PKGVERSION}/src/outmis.lisp
|
|
share/maxima/${PKGVERSION}/src/pade.lisp
|
|
share/maxima/${PKGVERSION}/src/plasma.lisp
|
|
share/maxima/${PKGVERSION}/src/plot.lisp
|
|
share/maxima/${PKGVERSION}/src/pois2.lisp
|
|
share/maxima/${PKGVERSION}/src/pois3.lisp
|
|
share/maxima/${PKGVERSION}/src/polyrz.lisp
|
|
share/maxima/${PKGVERSION}/src/psolve.lisp
|
|
share/maxima/${PKGVERSION}/src/rand-mt19937.lisp
|
|
share/maxima/${PKGVERSION}/src/rat3a.lisp
|
|
share/maxima/${PKGVERSION}/src/rat3b.lisp
|
|
share/maxima/${PKGVERSION}/src/rat3c.lisp
|
|
share/maxima/${PKGVERSION}/src/rat3d.lisp
|
|
share/maxima/${PKGVERSION}/src/rat3e.lisp
|
|
share/maxima/${PKGVERSION}/src/ratmac.lisp
|
|
share/maxima/${PKGVERSION}/src/ratout.lisp
|
|
share/maxima/${PKGVERSION}/src/residu.lisp
|
|
share/maxima/${PKGVERSION}/src/result.lisp
|
|
share/maxima/${PKGVERSION}/src/risch.lisp
|
|
share/maxima/${PKGVERSION}/src/rpart.lisp
|
|
share/maxima/${PKGVERSION}/src/rzmac.lisp
|
|
share/maxima/${PKGVERSION}/src/safe-recursion.lisp
|
|
share/maxima/${PKGVERSION}/src/schatc.lisp
|
|
share/maxima/${PKGVERSION}/src/scs.lisp
|
|
share/maxima/${PKGVERSION}/src/series.lisp
|
|
share/maxima/${PKGVERSION}/src/server.lisp
|
|
share/maxima/${PKGVERSION}/src/share-subdirs.lisp
|
|
share/maxima/${PKGVERSION}/src/share-subdirs_autogenerated.lisp
|
|
share/maxima/${PKGVERSION}/src/simp.lisp
|
|
share/maxima/${PKGVERSION}/src/sin.lisp
|
|
share/maxima/${PKGVERSION}/src/sinint.lisp
|
|
share/maxima/${PKGVERSION}/src/sloop.lisp
|
|
share/maxima/${PKGVERSION}/src/solve.lisp
|
|
share/maxima/${PKGVERSION}/src/specfn.lisp
|
|
share/maxima/${PKGVERSION}/src/spgcd.lisp
|
|
share/maxima/${PKGVERSION}/src/sprdet.lisp
|
|
share/maxima/${PKGVERSION}/src/sqrtdenest.lisp
|
|
share/maxima/${PKGVERSION}/src/strmac.lisp
|
|
share/maxima/${PKGVERSION}/src/sublis.lisp
|
|
share/maxima/${PKGVERSION}/src/sumcon.lisp
|
|
share/maxima/${PKGVERSION}/src/suprv1.lisp
|
|
share/maxima/${PKGVERSION}/src/testsuite.lisp
|
|
share/maxima/${PKGVERSION}/src/tlimit.lisp
|
|
share/maxima/${PKGVERSION}/src/todd-coxeter.lisp
|
|
share/maxima/${PKGVERSION}/src/trans1.lisp
|
|
share/maxima/${PKGVERSION}/src/trans2.lisp
|
|
share/maxima/${PKGVERSION}/src/trans3.lisp
|
|
share/maxima/${PKGVERSION}/src/trans4.lisp
|
|
share/maxima/${PKGVERSION}/src/trans5.lisp
|
|
share/maxima/${PKGVERSION}/src/transf.lisp
|
|
share/maxima/${PKGVERSION}/src/transl.lisp
|
|
share/maxima/${PKGVERSION}/src/transm.lisp
|
|
share/maxima/${PKGVERSION}/src/transq.lisp
|
|
share/maxima/${PKGVERSION}/src/transs.lisp
|
|
share/maxima/${PKGVERSION}/src/trdata.lisp
|
|
share/maxima/${PKGVERSION}/src/trgred.lisp
|
|
share/maxima/${PKGVERSION}/src/trigi.lisp
|
|
share/maxima/${PKGVERSION}/src/trigo.lisp
|
|
share/maxima/${PKGVERSION}/src/trmode.lisp
|
|
share/maxima/${PKGVERSION}/src/troper.lisp
|
|
share/maxima/${PKGVERSION}/src/trpred.lisp
|
|
share/maxima/${PKGVERSION}/src/trprop.lisp
|
|
share/maxima/${PKGVERSION}/src/trutil.lisp
|
|
share/maxima/${PKGVERSION}/src/ufact.lisp
|
|
share/maxima/${PKGVERSION}/src/utils.lisp
|
|
share/maxima/${PKGVERSION}/src/xmaxima_def.lisp
|
|
share/maxima/${PKGVERSION}/src/zero.lisp
|
|
share/maxima/${PKGVERSION}/tests/README.how-to
|
|
share/maxima/${PKGVERSION}/tests/docdraw.mac
|
|
share/maxima/${PKGVERSION}/tests/mcond_display_elseif.mac
|
|
share/maxima/${PKGVERSION}/tests/mcond_display_elseif.out
|
|
share/maxima/${PKGVERSION}/tests/rexamples.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest1.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest10.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest11.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest12.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest13.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest13s.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest14.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest15.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest16.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest1a.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest2.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest3.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest4.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest5.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest6.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest6a.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest6b.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest7.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest8.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest9.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest9a.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_abs.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_algebraic.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_algsys.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_allnummod.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_ask.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_ask_input.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_boolean.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_carg.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_diff_invtrig.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_dot.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_elliptic.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_equal.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_everysome.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_expintegral.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_extra.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_float_inf.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_gamma.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_hypgeo.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_index_properties.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_integrate.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_integrate_special.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_lambert_w.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_lapack.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_laplace.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_limit.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_log.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_map.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_mset.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_numth.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_plot.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_plotoptions.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_power.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_powerseries.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_round.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_rules.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_scalarp.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_sign.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_signum.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_sqrt.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_taylor.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_tex.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_tmlinsolve.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_trace.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_translator.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_trig.mac
|
|
share/maxima/${PKGVERSION}/tests/rtest_zeta.mac
|
|
share/maxima/${PKGVERSION}/tests/rtestconjugate.mac
|
|
share/maxima/${PKGVERSION}/tests/rtestdefstruct.mac
|
|
share/maxima/${PKGVERSION}/tests/rtesthyp.mac
|
|
share/maxima/${PKGVERSION}/tests/rtestifactor.mac
|
|
share/maxima/${PKGVERSION}/tests/rtestint.mac
|
|
share/maxima/${PKGVERSION}/tests/rtestlabels.mac
|
|
share/maxima/${PKGVERSION}/tests/rtestmcond_display.mac
|
|
share/maxima/${PKGVERSION}/tests/rtestmt19937.mac
|
|
share/maxima/${PKGVERSION}/tests/rtestnset.mac
|
|
share/maxima/${PKGVERSION}/tests/rtestode.mac
|
|
share/maxima/${PKGVERSION}/tests/rtestode_zp.mac
|
|
share/maxima/${PKGVERSION}/tests/rtestparser_continuations_cr.mac
|
|
share/maxima/${PKGVERSION}/tests/rtestparser_continuations_crnl.mac
|
|
share/maxima/${PKGVERSION}/tests/rtestparser_continuations_nl.mac
|
|
share/maxima/${PKGVERSION}/tests/rtestsum.mac
|
|
share/maxima/${PKGVERSION}/tests/test_readbase_lisp.lisp
|
|
share/maxima/${PKGVERSION}/tests/test_readbase_lisp_autoload.lisp
|
|
share/maxima/${PKGVERSION}/tests/test_readbase_maxima.mac
|
|
share/maxima/${PKGVERSION}/tests/test_readbase_maxima_autoload.mac
|
|
share/maxima/${PKGVERSION}/tests/testbench_draw_manual.wxm
|
|
share/maxima/${PKGVERSION}/tests/testbench_drawdf_manual.wxm
|
|
share/maxima/${PKGVERSION}/tests/testbench_plot_manual.wxm
|
|
share/maxima/${PKGVERSION}/tests/testbench_plotdf_manual.wxm
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_algebra.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_boolean_logic.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_calculus.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_combinatorics.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_complex_domain.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_definite_integrals.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_equations.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_indefinite_integrals.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_inequalities.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_limits.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_math_vs_cs_local.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_math_vs_cs_match.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_matrix_theory.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_number_theory.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_numbers.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_numerical_analysis.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_odes.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_operators.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_pdes.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_pdes_heat.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_products.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_programming.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_programming_dif.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_series.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_set_theory.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_special_functions.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_statistics.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_sums.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_tensor_analysis.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_transforms.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_trigonometry.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_vector_analysis.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/test_zero_equivalence.mac
|
|
share/maxima/${PKGVERSION}/tests/wester_problems/wester-gpl-permission-message.txt
|
|
share/maxima/${PKGVERSION}/xmaxima/demos.html
|
|
share/maxima/${PKGVERSION}/xmaxima/examples.html
|
|
share/maxima/${PKGVERSION}/xmaxima/html/figures/plot2d.gif
|
|
share/maxima/${PKGVERSION}/xmaxima/html/figures/plot3d.gif
|
|
share/maxima/${PKGVERSION}/xmaxima/html/figures/sliders.gif
|
|
share/maxima/${PKGVERSION}/xmaxima/html/figures/xmaxima.gif
|
|
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima.html
|
|
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_1.html
|
|
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_10.html
|
|
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_2.html
|
|
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_3.html
|
|
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_4.html
|
|
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_5.html
|
|
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_6.html
|
|
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_7.html
|
|
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_8.html
|
|
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_9.html
|
|
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_abt.html
|
|
share/maxima/${PKGVERSION}/xmaxima/html/xmaxima_toc.html
|
|
share/maxima/${PKGVERSION}/xmaxima/intro.html
|
|
share/maxima/${PKGVERSION}/xmaxima/maxima-icon.gif
|
|
share/maxima/${PKGVERSION}/xmaxima/maxima-icon.ico
|
|
share/maxima/${PKGVERSION}/xmaxima/maxima-icon.png
|
|
share/maxima/${PKGVERSION}/xmaxima/msgs/es.msg
|
|
share/maxima/${PKGVERSION}/xmaxima/msgs/ru.msg
|
|
share/maxima/${PKGVERSION}/xmaxima/net.sourceforge.maxima.gif
|
|
share/maxima/${PKGVERSION}/xmaxima/net.sourceforge.maxima.png
|
|
share/maxima/${PKGVERSION}/xmaxima/net.sourceforge.maxima.svg
|
|
share/maxima/${PKGVERSION}/xmaxima/plotmaxima.html
|
|
share/metainfo/net.sourceforge.maxima.xmaxima.appdata.xml
|
|
share/mime/packages/x-mac.xml
|
|
share/mime/packages/x-maxima-out.xml
|
|
share/pixmaps/net.sourceforge.maxima.png
|
|
share/pixmaps/net.sourceforge.maxima.svg
|
|
share/pixmaps/text-x-maxima-out.svg
|
|
share/pixmaps/text-x-maximasession.svg
|