Skip to content
#

algebra

Here are 405 public repositories matching this topic...

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

  • Updated May 11, 2020
  • PHP
sebasgarcep
sebasgarcep commented Aug 10, 2017

In the docs to derive a function you have to use Algebrite.d(...). The thing is that in practice what actually works is Algebrite.derivative(...). Point me in the right direction and I can send in a Pull Request.

Olamatto
Olamatto commented May 21, 2018

Expected behavior

The hint and keyboard button is meant to work in all sections, as long as it is being placed there.

Actual Behavior

While clicking on hint and keyboard, in some section of the application it does not work at all, such as the combination and permutation section.

How to reproduce

  • Download and install the application
  • Lunch the application
  • Click on
DominikBernhardt
DominikBernhardt commented Jan 8, 2020

Let cyc := -E(8)+E(8)^3. Mathematically, cyc = Sqrt(2) holds. In GAP, we have the following behaviour:

gap> cyc < 2;
false
gap> cyc < 2.;
Error, no method found! For debugging hints type ?Recovery from NoMethodFound
Error, no 1st choice method found for `<' on 2 arguments at /Users/dominik/gap/lib/methsel2.g:249 called from
<function "HANDLE_METHOD_NOT_FOUND">( <arguments> )
 calle
denisrosset
denisrosset commented Dec 10, 2017

(This comment is not about the simpler encoding discussed in #206.)

I remarked that the laws structure does not follow the typeclass structure exactly. For example, we have tests for Lattice[A] with BoundedJoinSemilattice[A], which simply collect laws of Lattice and BoundedJoinSemilattice, however the corresponding combined typeclass does not exist.

Combinations with `DistributiveLat

mather

zzllrr mather(an offline tool for Math learning, education and research)小乐数学,离线可用的数学学习(自学或教学)、研究辅助工具。计划覆盖数学全部学科的解题、作图、演示、探索工具箱。目前是演示Demo版(抛转引玉),但已经支持数学公式编辑显示,部分作图功能,部分学科,如线性代数、离散数学的部分解题功能。最终目标是推动专业数学家、编程专家、教育工作者、科普工作者共同打造出更加专业级的Mather数学工具

  • Updated May 15, 2020
  • JavaScript
mu-scala

The motive behind Creating this repo is to feel the fear of mathematics and do what ever you want to do in Machine Learning , Deep Learning and other fields of AI

  • Updated Jan 6, 2020
  • Jupyter Notebook
jeremysalwen
jeremysalwen commented Feb 1, 2019

If I define an additive group according to the instructions in the documentation, it still will not satisfy the AdditiveGroup trait, and I can't do addition with it (e.g. element + element).

use alga::general::{AbstractMagma, Additive, AdditiveGroup, Identity, Inverse}; // 0.7.2
use alga_derive::Alga; // 0.7.1

#[derive(Alga, Clone, Copy, PartialEq, Debug)]
#[alga_traits(Group(Additi
symja_android_library

Improve this page

Add a description, image, and links to the algebra topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the algebra topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.