In the Reduce tetorial it gives examples of how to do things, like expand a function
u=(x+y+z)^3
using u:=(x+y+z)^3
using Reduce
u:=(x+y+z)
this gives a syntax error
u = literalpower(^(x+y+z),cor apply type (val 3)
I think this is from Julia, because I don’t have Reduce able to execute. How do a have it so I’m executing Reduce code, using Reduce.jl?