├── MYPACKAGE.texi ├── README.md ├── bertrand-teguia └── Hypergeometric-Term-Holonomic-REs │ ├── HyperTermHoloRE.dem │ ├── HyperTermHoloRE.mac │ ├── HyperTermHoloRE.texi │ ├── README.md │ ├── testREs.mac │ └── test_HyperTermHoloRE.mac ├── robert-dodier ├── boxcar_convolution │ ├── boxcar_convolution.log │ ├── boxcar_convolution.mac │ ├── boxcar_convolution_e50a.lisp │ ├── boxcar_convolution_simpler.log │ ├── boxcar_convolution_simpler.mac │ ├── e100.lisp │ ├── e100_Bterms.lisp │ ├── repeated_convolution.mac │ ├── repeated_convolution_plot.png │ └── trunc_mono.mac ├── catchable_syntax_error │ ├── README.md │ ├── catchable_syntax_error.lisp │ └── foo.mac ├── chebyshev_primality │ ├── README.md │ ├── chebyshev_primality.m │ ├── chebyshev_primality.m-original │ └── chebyshev_primality.mac ├── combining_diacritics │ ├── README.md │ └── combining_diacritics.lisp ├── complex_plots │ ├── README.md │ ├── complex_plot_2d.template │ ├── complex_plot_3d.template │ ├── complex_plots.mac │ └── slurp.lisp ├── constrained_mean_spline │ ├── constrained_mean_spline.mac │ ├── spline-and-mean-values.svg │ └── spline-segments.svg ├── diff_sum │ ├── diff_sum.mac │ ├── diff_sum2.mac │ ├── diff_sum_examples.txt │ └── rtest_diff_sum.mac ├── distribute_over_tranches │ ├── d00521032-eigenvalues-problem-parallel.mac │ ├── d00521032-eigenvalues-problem.mac │ ├── d00521032-with-For_loop_variables.mac │ ├── distribute_over_tranches.lisp │ ├── rtest_distribute_over_tranches.mac │ └── tick_tock.mac ├── excel_round │ ├── excel_round.mac │ └── rtest_excel_round.mac ├── expm │ └── expm.mac ├── fboundp │ ├── fboundp.mac │ └── rtest_fboundp.mac ├── from_wxmx │ ├── README.md │ ├── expressions_from_dom.lisp │ ├── expressions_from_dom.mac │ ├── from_wxmx.mac │ ├── output-examples-complex.xml │ ├── output-examples-diff.xml │ ├── output-examples-simple.xml │ ├── output-examples.xml │ └── parse_token_list.lisp ├── generalized_halley │ ├── README.md │ ├── generalized_halley.demo │ └── generalized_halley.mac ├── json_tools │ ├── README.md │ ├── flatten_json.mac │ ├── json_tools.mac │ ├── query_json.mac │ ├── read_json.mac │ ├── rtest_json_tools.mac │ └── tyi-raw.lisp ├── lexical_symbols │ ├── README.md │ ├── facexp.mac │ ├── find_dynamic_binding.mac │ ├── fourie.mac │ ├── lexical_symbols.demo │ ├── lexical_symbols.lisp │ ├── lexical_symbols.mac │ ├── meval.lisp │ ├── mlambda.lisp │ ├── mset.lisp │ ├── plan6.txt │ ├── rtest_lexical_symbols.mac │ ├── rtest_lexical_symbols_only.mac │ ├── simplify_product.mac │ ├── trgsmp.mac │ ├── trigrat.lisp │ └── with-lexical-environment.lisp ├── low_discrepancy │ ├── ACM-LICENSE.html │ ├── LowDiscrepancy.java │ ├── cacm647.mac │ ├── low_discrepancy-index.lisp │ ├── low_discrepancy.asd │ ├── low_discrepancy.info │ ├── low_discrepancy.texi │ └── rtest_cacm647.mac ├── maxima_from_go │ ├── FromSexa.json │ ├── FromSexaSec.json │ ├── base_go.mac │ ├── calculation_examples.mac │ ├── foo.go │ ├── foo1.json │ ├── go_runtime.mac │ ├── math_go.mac │ ├── maxima_from_go.mac │ ├── nutation1.json │ ├── nutation_go.mac │ ├── solar1.json │ ├── solar_go.mac │ ├── sundial1.json │ ├── sundial_funcdecls_go.mac │ ├── sundial_gendecls_go.mac │ ├── translation_examples.mac │ ├── unit1.json │ └── unit_go.mac ├── more_ezunits │ ├── add_compatible_units.mac │ └── rtest_more_ezunits.mac ├── plottable_steps │ └── plottable_steps.mac ├── polyfit │ └── polyfit.mac ├── qmpe │ ├── qmpe.demo │ ├── qmpe.mac │ └── rtest_qmpe.mac ├── random_expression │ └── random_expression.mac ├── reshape │ ├── index-reshape.lisp │ ├── reshape-array.lisp │ ├── reshape.info │ ├── reshape.mac │ ├── reshape.texi │ └── rtest_reshape.mac ├── simplify_conditionals │ ├── rtest_simplify_conditionals.mac │ └── simplify_conditionals.mac ├── stackoverflow │ ├── histogram_sd.mac │ └── weibull_renewal_discrete.mac ├── subst_floats │ └── subst_floats.mac ├── sum_kron_delta │ ├── bolanios_sum_kron_delta.mac │ ├── bolanios_sum_kron_delta.mac-log │ ├── rtest_sum_kron.mac │ └── sum_kron_delta.mac ├── superq │ ├── rtest_superq.mac │ ├── superq-index.lisp │ ├── superq.asd │ ├── superq.info │ ├── superq.lisp │ └── superq.texi ├── tex_document │ ├── README.md │ ├── foo_bar.mac │ └── tex_document.mac ├── tex_table │ ├── README.md │ ├── tex_table.lisp │ ├── tex_table.mac │ └── tex_table_example.mac └── timedate_middleendian │ ├── rtest_timedate_middleendian.mac │ └── timedate_middleendian.mac ├── sdemarre ├── diophantine │ ├── README.md │ ├── dio_draw_example.png │ ├── dio_draw_example2.png │ ├── dio_draw_example3.png │ ├── dio_draw_example4.png │ ├── diophantine-index.lisp │ ├── diophantine.asd │ ├── diophantine.info │ ├── diophantine.mac │ ├── diophantine.texi │ ├── diophantine_devel.mac │ ├── diophantine_draw.mac │ ├── diophantine_lisp_helpers.lisp │ └── rtest_diophantine.mac └── diophantine_system │ ├── README.md │ ├── diophantine_system-index.lisp │ ├── diophantine_system.asd │ ├── diophantine_system.info │ ├── diophantine_system.mac │ ├── diophantine_system.texi │ ├── rtest_diophantine_system.mac │ └── smith_normal_form.mac └── yitzchak └── texify ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── nregex.lisp ├── texify.asd └── texify.lisp /MYPACKAGE.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/MYPACKAGE.texi -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/README.md -------------------------------------------------------------------------------- /bertrand-teguia/Hypergeometric-Term-Holonomic-REs/HyperTermHoloRE.dem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/bertrand-teguia/Hypergeometric-Term-Holonomic-REs/HyperTermHoloRE.dem -------------------------------------------------------------------------------- /bertrand-teguia/Hypergeometric-Term-Holonomic-REs/HyperTermHoloRE.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/bertrand-teguia/Hypergeometric-Term-Holonomic-REs/HyperTermHoloRE.mac -------------------------------------------------------------------------------- /bertrand-teguia/Hypergeometric-Term-Holonomic-REs/HyperTermHoloRE.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/bertrand-teguia/Hypergeometric-Term-Holonomic-REs/HyperTermHoloRE.texi -------------------------------------------------------------------------------- /bertrand-teguia/Hypergeometric-Term-Holonomic-REs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/bertrand-teguia/Hypergeometric-Term-Holonomic-REs/README.md -------------------------------------------------------------------------------- /bertrand-teguia/Hypergeometric-Term-Holonomic-REs/testREs.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/bertrand-teguia/Hypergeometric-Term-Holonomic-REs/testREs.mac -------------------------------------------------------------------------------- /bertrand-teguia/Hypergeometric-Term-Holonomic-REs/test_HyperTermHoloRE.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/bertrand-teguia/Hypergeometric-Term-Holonomic-REs/test_HyperTermHoloRE.mac -------------------------------------------------------------------------------- /robert-dodier/boxcar_convolution/boxcar_convolution.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/boxcar_convolution/boxcar_convolution.log -------------------------------------------------------------------------------- /robert-dodier/boxcar_convolution/boxcar_convolution.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/boxcar_convolution/boxcar_convolution.mac -------------------------------------------------------------------------------- /robert-dodier/boxcar_convolution/boxcar_convolution_e50a.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/boxcar_convolution/boxcar_convolution_e50a.lisp -------------------------------------------------------------------------------- /robert-dodier/boxcar_convolution/boxcar_convolution_simpler.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/boxcar_convolution/boxcar_convolution_simpler.log -------------------------------------------------------------------------------- /robert-dodier/boxcar_convolution/boxcar_convolution_simpler.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/boxcar_convolution/boxcar_convolution_simpler.mac -------------------------------------------------------------------------------- /robert-dodier/boxcar_convolution/e100.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/boxcar_convolution/e100.lisp -------------------------------------------------------------------------------- /robert-dodier/boxcar_convolution/e100_Bterms.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/boxcar_convolution/e100_Bterms.lisp -------------------------------------------------------------------------------- /robert-dodier/boxcar_convolution/repeated_convolution.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/boxcar_convolution/repeated_convolution.mac -------------------------------------------------------------------------------- /robert-dodier/boxcar_convolution/repeated_convolution_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/boxcar_convolution/repeated_convolution_plot.png -------------------------------------------------------------------------------- /robert-dodier/boxcar_convolution/trunc_mono.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/boxcar_convolution/trunc_mono.mac -------------------------------------------------------------------------------- /robert-dodier/catchable_syntax_error/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/catchable_syntax_error/README.md -------------------------------------------------------------------------------- /robert-dodier/catchable_syntax_error/catchable_syntax_error.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/catchable_syntax_error/catchable_syntax_error.lisp -------------------------------------------------------------------------------- /robert-dodier/catchable_syntax_error/foo.mac: -------------------------------------------------------------------------------- 1 | 2 x; 2 | -------------------------------------------------------------------------------- /robert-dodier/chebyshev_primality/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/chebyshev_primality/README.md -------------------------------------------------------------------------------- /robert-dodier/chebyshev_primality/chebyshev_primality.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/chebyshev_primality/chebyshev_primality.m -------------------------------------------------------------------------------- /robert-dodier/chebyshev_primality/chebyshev_primality.m-original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/chebyshev_primality/chebyshev_primality.m-original -------------------------------------------------------------------------------- /robert-dodier/chebyshev_primality/chebyshev_primality.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/chebyshev_primality/chebyshev_primality.mac -------------------------------------------------------------------------------- /robert-dodier/combining_diacritics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/combining_diacritics/README.md -------------------------------------------------------------------------------- /robert-dodier/combining_diacritics/combining_diacritics.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/combining_diacritics/combining_diacritics.lisp -------------------------------------------------------------------------------- /robert-dodier/complex_plots/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/complex_plots/README.md -------------------------------------------------------------------------------- /robert-dodier/complex_plots/complex_plot_2d.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/complex_plots/complex_plot_2d.template -------------------------------------------------------------------------------- /robert-dodier/complex_plots/complex_plot_3d.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/complex_plots/complex_plot_3d.template -------------------------------------------------------------------------------- /robert-dodier/complex_plots/complex_plots.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/complex_plots/complex_plots.mac -------------------------------------------------------------------------------- /robert-dodier/complex_plots/slurp.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/complex_plots/slurp.lisp -------------------------------------------------------------------------------- /robert-dodier/constrained_mean_spline/constrained_mean_spline.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/constrained_mean_spline/constrained_mean_spline.mac -------------------------------------------------------------------------------- /robert-dodier/constrained_mean_spline/spline-and-mean-values.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/constrained_mean_spline/spline-and-mean-values.svg -------------------------------------------------------------------------------- /robert-dodier/constrained_mean_spline/spline-segments.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/constrained_mean_spline/spline-segments.svg -------------------------------------------------------------------------------- /robert-dodier/diff_sum/diff_sum.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/diff_sum/diff_sum.mac -------------------------------------------------------------------------------- /robert-dodier/diff_sum/diff_sum2.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/diff_sum/diff_sum2.mac -------------------------------------------------------------------------------- /robert-dodier/diff_sum/diff_sum_examples.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/diff_sum/diff_sum_examples.txt -------------------------------------------------------------------------------- /robert-dodier/diff_sum/rtest_diff_sum.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/diff_sum/rtest_diff_sum.mac -------------------------------------------------------------------------------- /robert-dodier/distribute_over_tranches/d00521032-eigenvalues-problem-parallel.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/distribute_over_tranches/d00521032-eigenvalues-problem-parallel.mac -------------------------------------------------------------------------------- /robert-dodier/distribute_over_tranches/d00521032-eigenvalues-problem.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/distribute_over_tranches/d00521032-eigenvalues-problem.mac -------------------------------------------------------------------------------- /robert-dodier/distribute_over_tranches/d00521032-with-For_loop_variables.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/distribute_over_tranches/d00521032-with-For_loop_variables.mac -------------------------------------------------------------------------------- /robert-dodier/distribute_over_tranches/distribute_over_tranches.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/distribute_over_tranches/distribute_over_tranches.lisp -------------------------------------------------------------------------------- /robert-dodier/distribute_over_tranches/rtest_distribute_over_tranches.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/distribute_over_tranches/rtest_distribute_over_tranches.mac -------------------------------------------------------------------------------- /robert-dodier/distribute_over_tranches/tick_tock.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/distribute_over_tranches/tick_tock.mac -------------------------------------------------------------------------------- /robert-dodier/excel_round/excel_round.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/excel_round/excel_round.mac -------------------------------------------------------------------------------- /robert-dodier/excel_round/rtest_excel_round.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/excel_round/rtest_excel_round.mac -------------------------------------------------------------------------------- /robert-dodier/expm/expm.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/expm/expm.mac -------------------------------------------------------------------------------- /robert-dodier/fboundp/fboundp.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/fboundp/fboundp.mac -------------------------------------------------------------------------------- /robert-dodier/fboundp/rtest_fboundp.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/fboundp/rtest_fboundp.mac -------------------------------------------------------------------------------- /robert-dodier/from_wxmx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/from_wxmx/README.md -------------------------------------------------------------------------------- /robert-dodier/from_wxmx/expressions_from_dom.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/from_wxmx/expressions_from_dom.lisp -------------------------------------------------------------------------------- /robert-dodier/from_wxmx/expressions_from_dom.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/from_wxmx/expressions_from_dom.mac -------------------------------------------------------------------------------- /robert-dodier/from_wxmx/from_wxmx.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/from_wxmx/from_wxmx.mac -------------------------------------------------------------------------------- /robert-dodier/from_wxmx/output-examples-complex.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/from_wxmx/output-examples-complex.xml -------------------------------------------------------------------------------- /robert-dodier/from_wxmx/output-examples-diff.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/from_wxmx/output-examples-diff.xml -------------------------------------------------------------------------------- /robert-dodier/from_wxmx/output-examples-simple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/from_wxmx/output-examples-simple.xml -------------------------------------------------------------------------------- /robert-dodier/from_wxmx/output-examples.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/from_wxmx/output-examples.xml -------------------------------------------------------------------------------- /robert-dodier/from_wxmx/parse_token_list.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/from_wxmx/parse_token_list.lisp -------------------------------------------------------------------------------- /robert-dodier/generalized_halley/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/generalized_halley/README.md -------------------------------------------------------------------------------- /robert-dodier/generalized_halley/generalized_halley.demo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/generalized_halley/generalized_halley.demo -------------------------------------------------------------------------------- /robert-dodier/generalized_halley/generalized_halley.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/generalized_halley/generalized_halley.mac -------------------------------------------------------------------------------- /robert-dodier/json_tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/json_tools/README.md -------------------------------------------------------------------------------- /robert-dodier/json_tools/flatten_json.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/json_tools/flatten_json.mac -------------------------------------------------------------------------------- /robert-dodier/json_tools/json_tools.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/json_tools/json_tools.mac -------------------------------------------------------------------------------- /robert-dodier/json_tools/query_json.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/json_tools/query_json.mac -------------------------------------------------------------------------------- /robert-dodier/json_tools/read_json.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/json_tools/read_json.mac -------------------------------------------------------------------------------- /robert-dodier/json_tools/rtest_json_tools.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/json_tools/rtest_json_tools.mac -------------------------------------------------------------------------------- /robert-dodier/json_tools/tyi-raw.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/json_tools/tyi-raw.lisp -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/README.md -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/facexp.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/facexp.mac -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/find_dynamic_binding.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/find_dynamic_binding.mac -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/fourie.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/fourie.mac -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/lexical_symbols.demo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/lexical_symbols.demo -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/lexical_symbols.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/lexical_symbols.lisp -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/lexical_symbols.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/lexical_symbols.mac -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/meval.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/meval.lisp -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/mlambda.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/mlambda.lisp -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/mset.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/mset.lisp -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/plan6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/plan6.txt -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/rtest_lexical_symbols.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/rtest_lexical_symbols.mac -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/rtest_lexical_symbols_only.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/rtest_lexical_symbols_only.mac -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/simplify_product.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/simplify_product.mac -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/trgsmp.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/trgsmp.mac -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/trigrat.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/trigrat.lisp -------------------------------------------------------------------------------- /robert-dodier/lexical_symbols/with-lexical-environment.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/lexical_symbols/with-lexical-environment.lisp -------------------------------------------------------------------------------- /robert-dodier/low_discrepancy/ACM-LICENSE.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/low_discrepancy/ACM-LICENSE.html -------------------------------------------------------------------------------- /robert-dodier/low_discrepancy/LowDiscrepancy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/low_discrepancy/LowDiscrepancy.java -------------------------------------------------------------------------------- /robert-dodier/low_discrepancy/cacm647.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/low_discrepancy/cacm647.mac -------------------------------------------------------------------------------- /robert-dodier/low_discrepancy/low_discrepancy-index.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/low_discrepancy/low_discrepancy-index.lisp -------------------------------------------------------------------------------- /robert-dodier/low_discrepancy/low_discrepancy.asd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/low_discrepancy/low_discrepancy.asd -------------------------------------------------------------------------------- /robert-dodier/low_discrepancy/low_discrepancy.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/low_discrepancy/low_discrepancy.info -------------------------------------------------------------------------------- /robert-dodier/low_discrepancy/low_discrepancy.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/low_discrepancy/low_discrepancy.texi -------------------------------------------------------------------------------- /robert-dodier/low_discrepancy/rtest_cacm647.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/low_discrepancy/rtest_cacm647.mac -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/FromSexa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/FromSexa.json -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/FromSexaSec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/FromSexaSec.json -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/base_go.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/base_go.mac -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/calculation_examples.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/calculation_examples.mac -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/foo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/foo.go -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/foo1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/foo1.json -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/go_runtime.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/go_runtime.mac -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/math_go.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/math_go.mac -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/maxima_from_go.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/maxima_from_go.mac -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/nutation1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/nutation1.json -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/nutation_go.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/nutation_go.mac -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/solar1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/solar1.json -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/solar_go.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/solar_go.mac -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/sundial1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/sundial1.json -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/sundial_funcdecls_go.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/sundial_funcdecls_go.mac -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/sundial_gendecls_go.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/sundial_gendecls_go.mac -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/translation_examples.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/translation_examples.mac -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/unit1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/unit1.json -------------------------------------------------------------------------------- /robert-dodier/maxima_from_go/unit_go.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/maxima_from_go/unit_go.mac -------------------------------------------------------------------------------- /robert-dodier/more_ezunits/add_compatible_units.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/more_ezunits/add_compatible_units.mac -------------------------------------------------------------------------------- /robert-dodier/more_ezunits/rtest_more_ezunits.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/more_ezunits/rtest_more_ezunits.mac -------------------------------------------------------------------------------- /robert-dodier/plottable_steps/plottable_steps.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/plottable_steps/plottable_steps.mac -------------------------------------------------------------------------------- /robert-dodier/polyfit/polyfit.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/polyfit/polyfit.mac -------------------------------------------------------------------------------- /robert-dodier/qmpe/qmpe.demo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/qmpe/qmpe.demo -------------------------------------------------------------------------------- /robert-dodier/qmpe/qmpe.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/qmpe/qmpe.mac -------------------------------------------------------------------------------- /robert-dodier/qmpe/rtest_qmpe.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/qmpe/rtest_qmpe.mac -------------------------------------------------------------------------------- /robert-dodier/random_expression/random_expression.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/random_expression/random_expression.mac -------------------------------------------------------------------------------- /robert-dodier/reshape/index-reshape.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/reshape/index-reshape.lisp -------------------------------------------------------------------------------- /robert-dodier/reshape/reshape-array.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/reshape/reshape-array.lisp -------------------------------------------------------------------------------- /robert-dodier/reshape/reshape.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/reshape/reshape.info -------------------------------------------------------------------------------- /robert-dodier/reshape/reshape.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/reshape/reshape.mac -------------------------------------------------------------------------------- /robert-dodier/reshape/reshape.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/reshape/reshape.texi -------------------------------------------------------------------------------- /robert-dodier/reshape/rtest_reshape.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/reshape/rtest_reshape.mac -------------------------------------------------------------------------------- /robert-dodier/simplify_conditionals/rtest_simplify_conditionals.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/simplify_conditionals/rtest_simplify_conditionals.mac -------------------------------------------------------------------------------- /robert-dodier/simplify_conditionals/simplify_conditionals.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/simplify_conditionals/simplify_conditionals.mac -------------------------------------------------------------------------------- /robert-dodier/stackoverflow/histogram_sd.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/stackoverflow/histogram_sd.mac -------------------------------------------------------------------------------- /robert-dodier/stackoverflow/weibull_renewal_discrete.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/stackoverflow/weibull_renewal_discrete.mac -------------------------------------------------------------------------------- /robert-dodier/subst_floats/subst_floats.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/subst_floats/subst_floats.mac -------------------------------------------------------------------------------- /robert-dodier/sum_kron_delta/bolanios_sum_kron_delta.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/sum_kron_delta/bolanios_sum_kron_delta.mac -------------------------------------------------------------------------------- /robert-dodier/sum_kron_delta/bolanios_sum_kron_delta.mac-log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/sum_kron_delta/bolanios_sum_kron_delta.mac-log -------------------------------------------------------------------------------- /robert-dodier/sum_kron_delta/rtest_sum_kron.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/sum_kron_delta/rtest_sum_kron.mac -------------------------------------------------------------------------------- /robert-dodier/sum_kron_delta/sum_kron_delta.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/sum_kron_delta/sum_kron_delta.mac -------------------------------------------------------------------------------- /robert-dodier/superq/rtest_superq.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/superq/rtest_superq.mac -------------------------------------------------------------------------------- /robert-dodier/superq/superq-index.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/superq/superq-index.lisp -------------------------------------------------------------------------------- /robert-dodier/superq/superq.asd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/superq/superq.asd -------------------------------------------------------------------------------- /robert-dodier/superq/superq.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/superq/superq.info -------------------------------------------------------------------------------- /robert-dodier/superq/superq.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/superq/superq.lisp -------------------------------------------------------------------------------- /robert-dodier/superq/superq.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/superq/superq.texi -------------------------------------------------------------------------------- /robert-dodier/tex_document/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/tex_document/README.md -------------------------------------------------------------------------------- /robert-dodier/tex_document/foo_bar.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/tex_document/foo_bar.mac -------------------------------------------------------------------------------- /robert-dodier/tex_document/tex_document.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/tex_document/tex_document.mac -------------------------------------------------------------------------------- /robert-dodier/tex_table/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/tex_table/README.md -------------------------------------------------------------------------------- /robert-dodier/tex_table/tex_table.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/tex_table/tex_table.lisp -------------------------------------------------------------------------------- /robert-dodier/tex_table/tex_table.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/tex_table/tex_table.mac -------------------------------------------------------------------------------- /robert-dodier/tex_table/tex_table_example.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/tex_table/tex_table_example.mac -------------------------------------------------------------------------------- /robert-dodier/timedate_middleendian/rtest_timedate_middleendian.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/timedate_middleendian/rtest_timedate_middleendian.mac -------------------------------------------------------------------------------- /robert-dodier/timedate_middleendian/timedate_middleendian.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/robert-dodier/timedate_middleendian/timedate_middleendian.mac -------------------------------------------------------------------------------- /sdemarre/diophantine/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine/README.md -------------------------------------------------------------------------------- /sdemarre/diophantine/dio_draw_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine/dio_draw_example.png -------------------------------------------------------------------------------- /sdemarre/diophantine/dio_draw_example2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine/dio_draw_example2.png -------------------------------------------------------------------------------- /sdemarre/diophantine/dio_draw_example3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine/dio_draw_example3.png -------------------------------------------------------------------------------- /sdemarre/diophantine/dio_draw_example4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine/dio_draw_example4.png -------------------------------------------------------------------------------- /sdemarre/diophantine/diophantine-index.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine/diophantine-index.lisp -------------------------------------------------------------------------------- /sdemarre/diophantine/diophantine.asd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine/diophantine.asd -------------------------------------------------------------------------------- /sdemarre/diophantine/diophantine.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine/diophantine.info -------------------------------------------------------------------------------- /sdemarre/diophantine/diophantine.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine/diophantine.mac -------------------------------------------------------------------------------- /sdemarre/diophantine/diophantine.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine/diophantine.texi -------------------------------------------------------------------------------- /sdemarre/diophantine/diophantine_devel.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine/diophantine_devel.mac -------------------------------------------------------------------------------- /sdemarre/diophantine/diophantine_draw.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine/diophantine_draw.mac -------------------------------------------------------------------------------- /sdemarre/diophantine/diophantine_lisp_helpers.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine/diophantine_lisp_helpers.lisp -------------------------------------------------------------------------------- /sdemarre/diophantine/rtest_diophantine.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine/rtest_diophantine.mac -------------------------------------------------------------------------------- /sdemarre/diophantine_system/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine_system/README.md -------------------------------------------------------------------------------- /sdemarre/diophantine_system/diophantine_system-index.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine_system/diophantine_system-index.lisp -------------------------------------------------------------------------------- /sdemarre/diophantine_system/diophantine_system.asd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine_system/diophantine_system.asd -------------------------------------------------------------------------------- /sdemarre/diophantine_system/diophantine_system.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine_system/diophantine_system.info -------------------------------------------------------------------------------- /sdemarre/diophantine_system/diophantine_system.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine_system/diophantine_system.mac -------------------------------------------------------------------------------- /sdemarre/diophantine_system/diophantine_system.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine_system/diophantine_system.texi -------------------------------------------------------------------------------- /sdemarre/diophantine_system/rtest_diophantine_system.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine_system/rtest_diophantine_system.mac -------------------------------------------------------------------------------- /sdemarre/diophantine_system/smith_normal_form.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/sdemarre/diophantine_system/smith_normal_form.mac -------------------------------------------------------------------------------- /yitzchak/texify/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/yitzchak/texify/CHANGELOG.md -------------------------------------------------------------------------------- /yitzchak/texify/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/yitzchak/texify/LICENSE.md -------------------------------------------------------------------------------- /yitzchak/texify/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/yitzchak/texify/README.md -------------------------------------------------------------------------------- /yitzchak/texify/nregex.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/yitzchak/texify/nregex.lisp -------------------------------------------------------------------------------- /yitzchak/texify/texify.asd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/yitzchak/texify/texify.asd -------------------------------------------------------------------------------- /yitzchak/texify/texify.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxima-project-on-github/maxima-packages/HEAD/yitzchak/texify/texify.lisp --------------------------------------------------------------------------------