so suppose i have a function f(z,t), is it possible to plot it using the plot(or any other) function at say t=3 without declaring t:=3 ?
bump
poop
bump
poop
I don't know Maple, so this might be a really dumb question but have you tried plotting f(z, 3)?
>>7961460
the problem is i have things defined as expressions so i cant exactly do that and i cant make a function (z,t)->expression because it just wont let me. as for just going back to the expression to define it as a function, it would take me forever to do it as there are a lot of expressions in my thing, so i was wondering if there was a workaround for this
>>7961665
well fuck me, just found the function f:=unapply(expression, variables)... this thread should die now