First time here? Check out the FAQ!
answered 7 years ago
I special solution using symbolic functions:
var('t') k(t) = t*(2-sign(t-1)^2) f(x)=sin(x)/k(t) f(t=3).integrate(x, 0, 1)
updated 7 years ago
I A special solution using symbolic functions: