In this lesson you learn to make an object move on the screen using the timer object (timer ticks every 10ms and if the boolean variable is true, the object will be moved to the right by one pixel).
In this lesson we start talking about discrete random variables and discrete probability distributions.
In this tutorial you learn how to write a program to allow the user to move an object around on the screen using arrow keys by using the select case statement in conjunction with the Keydown event to alter the picture box’s Left and Up properties. You also need to take note that subtracting the …
Did you know there is a simple formula you can use to integrate exponential functions? here it is 🙂
In this lesson we create a “Guess the number” game. You learn how to declare variables as well as writing the IF THEN ELSE and ELSEIF statements.
In this tutorial you learn the most basic way of differentiating and integrating exponential functions. You also learn some theory behind how it works, why is the derivative of e^x the same as e^x.
In this series of videos you will learn how to write a program in Visual Basic. We will learn by doing, so you will see step by step how to do everything, with full explanation. In this first video. you learn how to insert objects on the screen, and how to change their properties by …
In this video I show you guys the back and forth differentiation and integrate of an Ln function.
In this lesson we take you through how to build your own expert system with ES-Builder. The download link for ES-Builder is: http://www.mcgoo.com.au/html/es3_down… Note: All of my links are obtained at the time I made the video. I cannot make guarantees that the link will work forever as the internet is forever changing.
Did you ever wonder why integrating 1/x gives you y=ln|x|? Watching this graphical explanation should help improve your understanding.