Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You need to use the definition of continuity, which will involve the limit command, and the solve command to find k.

var('k')
solve(limit(3*x-2,x=k,dir='-')==limit(2*x+3,x=k,dir='+'),k)