auxiliary strings
Posted: Wed May 12, 2021 12:07 am
Hi,
I would like to create an auxiliary string %theta1 that I can use in other string operations, i.e.,
how can I make the string %theta4 so that it becomes by using %theta1?
t
I would like to create an auxiliary string %theta1 that I can use in other string operations, i.e.,
Code: Select all
%theta1 = "(exp(tau1))"
%theta4 = "2*{%theta1}"
Code: Select all
%theta4 = "2*(exp(tau1))"t