On Wednesday, May 10, 2017 at 9:35:07 PM UTC-5, Nasser M. Abbasi wrote:
>
>
>
> On Monday, April 3, 2017 at 10:05:08 PM UTC-5, Waldek Hebisch wrote:
>>
>>
>> Currently FriCAS does not support timeouts. You can compute
>> execution time by asking for current time:
>>
>> (8) -> elapsedUserTime()$Lisp
>>
>> (8) 43392
>>
>> Note: you need to assign result to variable of type Integer to
>> do computation with it.
>
>
> Can you please show how to do this? I still do not understand Fricas types.
>
> How does one define a variable of type integer?
>
> Can you please show the complete code to do this. I could not find any
> basic simple examples to follow.
>
One of the many things I tried:
(1) -> r:=elapsedUserTime()$Lisp
(1) 116
Type:
SExpression
(2) -> r:=r::Integer
Cannot convert the value from type SExpression to Integer .
The only reference online I could find on Fricas is this
https://kfp.bitbucket.io/fricas_book/book-contents.xhtml
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.