[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Calculate the value of a symbolic experession
From: |
Leo Baumann |
Subject: |
Calculate the value of a symbolic experession |
Date: |
Sun, 5 Nov 2017 17:42:32 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 |
Hello,
I am newbie to Octave and have the problem to calculate the value for a
symbolic expression for an argument. -
>> ux
ux = (sym)
/ 75*pi \ / 25*pi \
Heaviside|t - ---------| Heaviside|t - ---------|
\ 310895263/ \ 310895263/
------------------------ + ------------------------
6 2
>> td
td = 2.5262e-007
>> t=2*td
t = 5.0525e-007
>>
I don't find the syntax for calculation of ux(t) in the help files. I
want to calculate ux at the point t.
Anyone can help me, please?
Regards - Leo
- Calculate the value of a symbolic experession,
Leo Baumann <=