Do you have eliminate function like mathematica?

Issue #19 resolved
Axel Kramer repo owner created an issue

Copied from: http://code.google.com/p/symja/issues/detail?id=58

What steps will reproduce the problem?

Eliminate[{x == 2 + y, y == z}, y].

if available in symja, how to use this function.

What is the expected output? What do you see instead?

2+z==x

What version of the product are you using? On what operating system? online

Please provide any additional information below. http://reference.wolfram.com/mathematica/ref/Eliminate.html

Comments (3)

  1. Log in to comment