Skip to content
#

reduction

Here are 97 public repositories matching this topic...

HarrisonGrodin
HarrisonGrodin commented Aug 14, 2018

We should be able to attach names to rules, so that normalization steps (and error messages?) can be better understood by users. For example:

normalize(@term(diff(x + y, x)))
 - @term(diff(x,x) + diff(y,x)) by sum rule in differentiation
 - @term(one(x) + diff(y, x)) by linear rule of differentiation
 - @term(1 + diff(y, x)) by multiplicative identity of a number
 - @term(1 + zero(x)) 
feature good first issue
DaveStrickland
DaveStrickland commented Aug 14, 2021

Attempting to generate the sphinx documentation fails.

The may be a configuration issue and/or a code documentation style issue.

We need to pick a format of code documatation that works (preferably astropy, or maybe numpy), convert all doc strings to it, and get the documentation working.

bug documentation good first issue in progress

This repository contains all the algorithms implementation & problems solution, assignment solution, Interview question solution & other related materials (Slides, Resources) related to Princeton University algorithms Part I & II course at COURSERA

  • Updated Oct 8, 2021
  • Java

Improve this page

Add a description, image, and links to the reduction 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 reduction topic, visit your repo's landing page and select "manage topics."

Learn more