It looks like you haven't installed the OS X command line tools, or they
got removed when you updated to High Sierra. Try (re)installing them: run
"xcode-select --install" from a terminal window.
On Monday, October 16, 2017 at 7:58:33 PM UTC-7, moep wrote:
>
> Thanks for the response! I tried ou
On 10/16/2017 04:21 PM, Emily G wrote:
>
> (*2* + sqrt(*2*))/(*1* + sqrt(*2*))
>
> The above example should simplify to sqrt(2),
> but simplify_full() and canonicalize_radical() don't work. Is there a
> way that I can get Sage to simplify such expressions?
>
This gets the result that you want,
You have at least two choices. For both, start by downloading
(http://www.sagemath.org/download-source.html) and unpacking
sage-8.0.tar.gz wherever you plan to build it.
Choice 1: install git-trac-config: see
http://doc.sagemath.org/html/en/developer/git_trac.html#installing-the-git-trac-comman
Hello,
I am trying to find out whether I can get Sage to simplify expressions such
as these (and other radicals that are not square root):
(*2* + sqrt(*2*))/(*1* + sqrt(*2*))
The above example should simplify to sqrt(2), but simplify_full() and
canonicalize_radical() don't work. Is there a wa
Hi,
I'm having a similar problem, since I have to install Sage on a new
computer (Macbook Pro 2017 with OS10.13).
I think the issue is again with building gcc-5.4.0, which was mentioned in
ticket ##23898. Since I'm not familiar with git, I cloned the repository
for both the master and developer
It is known - I have complained several times over the years, but my
understanding is that solving this is difficult. It has to do with the
algorithm that throws away triangles as invisible, and when the surface is
simple like a plain and contains few triangles, you see this behaviour. It
can b