Hello Sadeq,
I don't think your mesh has to be uniform: I think that certain packages and softwares actually create more elements near a "point of interest". However, your program has to take into account the non uniformity.
Off of the top of my head, the mesh elements can be any shape.
J.
Hello ChipotleAway,
Almost there!
Now that you know that at x=4 the derivates are equal, you have two more steps:
Prove that at x=4, \sqrt {x} > \ln {x}
Prove that \forall x > 4, \frac{1}{x} < \frac{1}{2\sqrt {x}}
J.
Hello abcz4113,
At first thought, I would separate the cases where t<0, t=0 and t>0, assuming your impulse or unit step happens at t=0, and use the knowledge of h(t) and g(t).
I will have a closer look at this in a moment.
Okay, then try the following
Arduino
void setup() {
// initialize serial communication at 9600 bits per second:
Serial.begin(9600,SERIAL_8N1);
}
void loop() {
if (Serial.available()){
Serial.println(3);
delay(100); // delay in between reads for stability
}
}...
Hey,
I posted a thread regarding finding people here for some social events, but I can't find it anymore. But I didn't get a notification that my message was deleted.
J.