Ask Your Question

TimeVector's profile - activity

2022-03-29 07:36:07 +0200 commented answer plot P1 or P2 is right, but I see a wrong in the figure(P1+P2), how to solve it?

Oh! I know it , thanks!

2022-03-29 07:32:57 +0200 commented answer plot P1 or P2 is right, but I see a wrong in the figure(P1+P2), how to solve it?

you can use P2.show() see figure

2022-03-28 16:11:15 +0200 edited question plot P1 or P2 is right, but I see a wrong in the figure(P1+P2), how to solve it?

plot P1 or P2 is True, but I see a break in the P1+P2, how to solve it? The plots P1 and P2 below are correct, but when

2022-03-28 16:10:27 +0200 edited question plot P1 or P2 is right, but I see a wrong in the figure(P1+P2), how to solve it?

plot P1 or P2 is True, but I see a break in the P1+P2, how to solve it? The plots P1 and P2 below are correct, but when

2022-03-28 16:09:05 +0200 edited question plot P1 or P2 is right, but I see a wrong in the figure(P1+P2), how to solve it?

plot P1 or P2 is True, but I see a break in the P1+P2, how to solve it? The plots P1 and P2 below are correct, but when

2022-03-28 16:09:04 +0200 received badge  Editor (source)
2022-03-28 16:09:04 +0200 edited question plot P1 or P2 is right, but I see a wrong in the figure(P1+P2), how to solve it?

plot P1 or P2 is True, but I see a break in the P1+P2, how to solve it? The plots P1 and P2 below are correct, but when

2022-03-28 16:08:28 +0200 commented question plot P1 or P2 is right, but I see a wrong in the figure(P1+P2), how to solve it?

Sorry. I write the wrong question. let me correct it

2022-03-28 16:05:29 +0200 marked best answer How the new version achieves this:diff(x(t)*y(t)) in the latest version?

How the new version achieves this: diff(x(t)*y(t)) in the latest version?

sage: t = var(’t’)
sage: x = function(’x’, t) 
sage: y = function(’y’, t) 
sage: diff(x(t)*y(t),t)
TypeError: Substitution using function-call syntax and unnamed arguments
has been removed. You can use named arguments instead, like EXPR(x=..., y=...)
2022-03-28 16:05:29 +0200 received badge  Scholar (source)
2022-03-28 16:05:25 +0200 commented answer How the new version achieves this:diff(x(t)*y(t)) in the latest version?

Thanks !!!

2022-03-28 12:53:39 +0200 asked a question plot P1 or P2 is right, but I see a wrong in the figure(P1+P2), how to solve it?

plot P1 or P2 is True, but I see the break in the P1+P2, how to solve it? sage: soln1 = lambda t: 196/3-196exp(-3t/20)/3

2022-03-28 12:53:38 +0200 asked a question How the new version achieves this:diff(x(t)*y(t)) in the latest version?

How the new version achieves this:diff(x(t)*y(t)) in the latest version? sage: t = var(’t’) sage: x = function(’x’, t)