From: Nasser M. A. <nm...@12...> - 2024-01-06 22:06:50
|
fyi; I've noticed that loading package load_package "algint"; Makes some integrals hang. Therefore for now I will not load it as I do not have timeout in place to prevent the hangs. I still need to learn how to set timeout. Here is an example load_package "algint"; int(1/(1+(x+(x^2+1)^(1/2))^(1/2)),x); Hangs I've I run the same command without first loading this package it will finish fast (but not solve the integral) but at least will not hang. --Nasser |