How can I determine a non linear effect on the dynamic response through the piezoelectric coefficient d33 in a flexible ferroelectret material?
//Scilab Code for Example 7.1 of Signals and systems by
//P.Ramakrishna Rao
clc;
clear;
a0=2;
a1=2;
a2=4;
x1=[1,3,5,7];
x2=[2,4,6,8];
for t=1:4
y1(1,t)=a0+a1*x1(t)+a2*(x1(t))^2;
y2(1,t)=a0+a1*x2(t)+a2*(x2(t))^2;
end
b1=2;
b2=3;
x=b1*x1+b2*x2;
disp('y(n) does not depend on past inputs');
disp('Hence the system is Static');
disp(x,'The input to the system is:');
q(1,t)=a0+a1*x(t)+a2*(x(t))^2;
disp(q,'This input gives the output:');
y=b1*y1+b2*y2;
disp(y,'For the system to be linear the output should be:');
disp('Hence the system is not linear');
In mathematical epidemiological models, among the important mathematical data that must be available are the initial conditions, in addition to other data, as necessary. Is it logical (or...
29 March 2024 7,752 0 View
Are there other ways to introduce the optimal control in mathematical models other than the usual ones (for example, in the epidemiology: vaccination strategy)?
28 February 2024 9,513 0 View
I am trying to take a simple structural system where I can use the reduction factor in checking the design. Simulate the same system and with the output parameter same as in the design, I can...
05 July 2022 2,612 0 View
Hello everyone, Could you please recommend me a tool to draw such a figure for mathematical illustration? Thanks
14 February 2022 6,162 5 View
Hello, I have 19 EEG channels and use ICA for EEG artifact removal. Which criteria can be used to remove or accept EEG channels using EEGLAB? Thanks
31 January 2022 6,270 1 View
Hi! I have some old EEG with 22 channels collected according to the 10-20 international system. In my EEG data, other signals are collected · ECG: channel number 20 · EMG: channel number 21 · SLI:...
23 January 2022 1,918 3 View
Cd 48: with Very hight capture cross section but is a toxic metal or Ni 28: also with hight capture cross section but around 8 Mev prompt gamma Gd 64: good but expensive any suggestions ?
08 December 2021 4,356 5 View
is there a relationship between the copper mineralization hosted in the Neoproterozoic basement formations and the other that is hosted in the Cambrian cover in all the inliers (Boutonnières) of...
24 December 2020 9,632 2 View
Suppose we have a Neural Network with a binary output (0 or 1). What I am trying to do is to remove neurons or layers from the NN while maintaining a correct classification for all the instances...
02 June 2020 4,000 7 View
Hi How can we find the number of papers per year dedicated to a certain topic ? For example the number of research publications dedicated to the fabrication of PET-based composites. Some use...
04 May 2020 8,420 12 View
Some research indicates that the fist steps toward democratization of an authoritarian regime actually lowers state capacity. How strong is the evidence for this hypothesis?
14 July 2024 8,239 3 View
I have made a PVDF film and now I am trying to see the film's performance. I have made contacts on the film with the help of silver paste and attached copper strips as electrodes. But, I am not...
24 June 2024 8,671 0 View
I tried to prepare aligned PLLA nanofibers by gap electrospinning method. But after the deposition, when I tried to measure its piezoelectric sensitivity, it actually did not exhibit any...
17 June 2024 9,763 0 View
What are the recommended recursive algorithms to generate proofs of time variant and time invariant properties from a time series data. Approaches like recursive statistical tests, symbolic time...
08 June 2024 4,449 0 View
Dears, while running nonlinear analysis for 3story building this message appear when analysis complete CONVERGENCE FAILURE OCCURED IN CASE: K6 AT TIME STEP 422, RELATIVE ERROR =...
02 June 2024 6,176 1 View
It is a sponsored project to develop a gasket made up of FGM material and validate the nonlinear behavior of the FGM using Abaqus simulation. I was exploring the behavior of the gasket element...
25 May 2024 2,407 0 View
who can send it to me?it is important for me.thanks.
14 May 2024 5,983 4 View
From experimental data of a particle's angular velocity decaying in a fluid vortex, I found the theta function of the particle's angle (radians) to be a natural logarithm function. The problem is,...
12 May 2024 7,290 1 View
I saw interior point optimization technique is performing much faster than other standard non linear optimization techniques for large dataset. I would like to know the reason for this
10 May 2024 2,111 1 View
Hello, The sum of Kinetic energy Ke(t) and Potential energy Pe(t) in a physical system is referred to as Total energy Te(t)=Ke(t)+Pe(t), what can we say about the difference Ke(t)-Pe(t) and what...
30 April 2024 5,928 6 View