I am trying to install Sage 9.2 on an MacBookAir with an M1 processor. I have
installed the following:
OpenSSL 1.1.1i
Jupyter Notebook (which works)
Python 3.8.5
I ran the fix Mac script.
When I open Sage, I get a message saying that the Jupyter server has failed to
start. The log file is be
I have a new MacBook Air with an Apple M1 chip. Does the Intel version of Sage
9.2 work on this machine?
Tom
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to s
I get the following deprecation warning for a Sage interact:
/home/sc_serv/sage/local/lib/python2.7/site-packages/sage/misc/sage_eval.py:203:
DeprecationWarning: Substitution using function-call syntax and unnamed
arguments is deprecated and will be removed from a future release of Sage; you
ca
macOS Catalina, aka macOS 10.15, is due out September 23 and will enforce
Gatekeeper. Developers intending to support the forthcoming macOS Catalina
must submit their apps to Apple's notarizing security process or they will not
run. Has any thought been given to how Sage will run on on this ne
What routines can be imported from the spicy.integrate module
(https://docs.scipy.org/doc/scipy/reference/integrate.html#module-scipy.integrate)
into Sage?
twj
=
Thomas W. Judson, Associate Professor
Department of Mathematics and Statistics
Stephen F. Austin State University
P.O. Box 1
Looks okay to me.
Thanks,
Tom
On Sunday, August 20, 2017 at 7:09:31 PM UTC-5, Andrey Novoseltsev wrote:
>
> On Sunday, 6 August 2017 22:58:20 UTC-6, Andrey Novoseltsev wrote:
>>
>> The next problem is that if a linked cell does not create a new plot,
>> then the old one will be shown again - si
Yes, I am sure that you have hit on the problem. Let me know what you come
up with.
On Wednesday, July 19, 2017 at 1:23:00 PM UTC+2, Thomas Judson wrote:
>
> The following code works in CoCalc
>
> cases <- c(36, 531, 4233, 8682, 7164, 2229, 600, 164, 57, 722, 1517, 1828,
>
(), but neither
works. Any ideas?
On Thursday, July 20, 2017 at 12:53:35 AM UTC+2, Andrey Novoseltsev wrote:
>
> On Wednesday, 19 July 2017 05:23:00 UTC-6, Thomas Judson wrote:
>>
>> The following code works in CoCalc
>>
>> cases <- c(36, 531, 4233, 8682, 71
The following code works in CoCalc
cases <- c(36, 531, 4233, 8682, 7164, 2229, 600, 164, 57, 722, 1517, 1828,
1539, 2416, 3148, 3465, 1440)
deaths <- c(0, 0, 130, 552, 738, 414, 198, 90, 56, 50, 71, 137, 178, 194, 290,
310, 149)
plot(ts(cases), col="red", main="Influenza Epidemic")
lines(ts(10*
I am trying to link two Sage cells in a wikidot webpage. The following code
successfully executes
[[html]]
https://sagecell.sagemath.org/static/embedded_sagecell.js";>
sagecell.makeSagecell({"inputLocation": ".sage"});
a = 10
Z8 = Integers(8)
Z8
[[/html]]
I would like to add a second l
Does anyone have any experience writing interacts for R? If so, can you post
or send examples?
Tom Judson
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage
Does anyone have any experience using R in a Sage cell? The following code
works fine on SMC but not on the Sage cell server.
%r
age <- c(25, 30, 56)
gender <- c("male", "female", "male")
weight <- c(160, 110, 220)
mydata <- data.frame
I have a MathBook XML script that calls sage to build diagrams for a book, and
I would be able to call sage from any directory. The correct way to do this
would be to make a symbolic link. However, I get the following:
ln -s /Applications/SageMath-6.10.app/Contents/Resources/sage/sage
/usr/lo
I finally had some time to play with Sage on El Capitan. I haven’t able to
build Sage even if I disabled SIP. Perhaps someone smarter than me could
change the paths and get the job done, but I didn’t want to experiment without
some idea of what I was doing.
The good news is that I was able to
Has anyone been able to get Sage running on El Capitan? The app for Sage 6.8
doesn’t work. I downloaded sage-6.9.rc2 and tried to build everything from the
source code. After installing the latest version of Xcode and MacPorts, I was
able to get the build underway. However, everything crashe
Does anyone have any idea what is going on with the following code?
var('t')
g = 9.8
m = 80
c = 1/(2*sqrt(3))
f(x) = tanh(x)
v(t) = sqrt(g*m/c)*f(sqrt(g*c/m)*t)
T = 18.13
sum(v(t)*T/800 for t in srange(0,T,T/800)).n(digits=8)
sum(v(t)*T/800 for t in srange(0,T,T/800)).n(digits=7)
sum(v(t)*T/800 fo
16 matches
Mail list logo