我有两个职能。第一个肯定是周期性的,而第二个也在振荡,但与第 print_op = tf.print(tensor_to_log)
with tf.control_dependencies([print_op]):
input_ = tf.identity(input_)
# define your model using input_ as usual
行无关。
y=0
如何确定第一功能的期限?是否可以确定第二个的“周期”(两个连续峰之间的t)?
当然,我该如何确定仍为周期性的函数中最大的de := diff(x(t), t$2)+sin(x(t)) = 0;
cond1 := x(0) = 1/2, (D(x))(0) = 1/2;
cond2 := x(0) = 1/2, (D(x))(0) = 2;
sol1 := dsolve({cond1, de}, numeric, output = listprocedure);
sol2 := dsolve({cond2, de}, numeric, output = listprocedure);
P1 := plot(eval(x(t), sol1), 0 .. 10, color = blue);
P2 := plot(eval(x(t), sol2), 0 .. 10, color = green);
plots:-display(P1, P2);
?有可能吗?