Skip to content
#

calculus

Here are 301 public repositories matching this topic...

Phanquan
Phanquan commented Feb 3, 2020

Just found out that logarithm with base of 10 doesn't have keyword in the Unary Functions, should we include it?

  • The keyword of logarithm with base of 10 is not a thing while it usually refers to log(x), lg(x) or even Log(x)
  • The logarithm with base 10 should be referred to lg(x) as ISO/IEC 80000 recommends.
  • Exp:
// return 2.0
new Expression("lg(100)").calculate()
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

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
PawelTroka
PawelTroka commented May 3, 2017

For starters simple wiki with tutorials here on github should be more than enough. We should have here TSL examples in depth explanations and we should have ordinary help with screenshots explaining how to accomplish something.

In the aplication itself we could then just include help/tutorials button which would point here, to this new wiki.

tutorials and help https://github.com/PawelTroka/C

symja_android_library
papamarkou
papamarkou commented Mar 25, 2017

The following works for gradient!():

using DiffBase, ReverseDiff

f(x) = sum(sin, x)+prod(tan, x)*sum(sqrt, x);

x = rand(4);

result = DiffBase.GradientResult(x);

rcfg = ReverseDiff.GradientConfig(x);

ReverseDiff.gradient!(result, f, x, rcfg);

DiffBase.value(result)

DiffBase.gradient(result)

However, the Hessian analogue of the above fails:

using DiffBase
schillic
schillic commented Mar 21, 2020

Some of the documentation is only added in an @require block. This leads to warnings with newer Documenter versions when loading the corresponding optional packages. Example:

julia> using LazySets, Polyhedra
┌ Warning: Replacing docs for `LazySets.HPolytope :: Union{Tuple{Union{HRepresentation{N}, Polyhedron{N}}}, Tuple{N}} where N` in module `LazySets`
└ @ Base.Docs docs/Docs.j

Improve this page

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

Learn more

You can’t perform that action at this time.