The Engineering Behind Golf Ball Dimples: How They Improve Flight Characteristics In this Blog we are going to Learn why golf balls have dent and what are there purpose…
Read moreWhat is Shear Plane Angle in machining and its formula derivation What is Shear Plane Angle in Tool Machining? It is defined as the plane angle at which the chip is sta…
Read moreIn this blog we will learn how to do reverse of a linked list in java and understand the logic behind it. Watch this video to understand how this code works Code class…
Read moreIn this blog, we will learn how to do the sum of linked list in java. This is a basic program for linked list Code for Sum of Linked List in Java class Node<T>{ …
Read moreBlog Content Linked List size calculation by making our own class and function. Linked List size calculation by using an inbuilt java library(easy one). In this blog, we…
Read moreIn this blog, we will learn how to print ith node in linked list java Program Code class Node<T>{ T data; Node<T> next; Node(T data){ thi…
Read moreDynamic Viscosity measure by Falling Sphere Method Principle : This method is based on Stoke's law : If a small sphere is moving with constant velocity U through a …
Read moreMetal Hot working In this blog, we will learn what is metal hot working, Advantage, disadvantage of it and its applications Definition of Metal Hot-working: It is def…
Read moreGrashof's Four bar Law mechanism It said that in four bar mechanism if sum of the shortest bar (s)+ longest bar (l) less than or equal to length of other two bar …
Read morePATTERN ALLOWANCE IN CASTING SHRINKAGE ALLOWANCE: We all know that molten metal shrinks during the solidification process and it will contract further during room tempe…
Read morePhotoelectric Effect Definition : It is defined as a phenomenon in which electron start ejecting from the surface of the metal when the light of suitable frequency stri…
Read moreINSTALLING THE LATEST TensorFlow 2.0 VERSION AND EXECUTING A SIMPLE PROGRAM IN JUPYTER To install the latest version of tensorflow 2.0 just simply go to …
Read moreTensorFlow 2.0 for beginners Installing the Latest version and executing a simple program in jupyter How to run tensorflow 1.x code in in tensorflow 2.0 and fix attrib…
Read moreHow to plot parabola in Python Code for python user friendly import matplotlib.pyplot as plt import numpy as np x = np.linspace(-50,50,100) y = x**2 plt.plot(x,y) plt.…
Read moreMethods to determine Coefficient of viscosity by capillary tube method Capillary Tube Method : In this method we use Hagen Poiseuille law to determine the viscosity…
Read moreHow to plot shear force and bending moment diagram? import math import matplotlib.pyplot as plt #Variable Decleration w1=400 #UDL in lb/ft P=400 #Point load at C in lb …
Read moreRing Rolling Ring Rolling It is a process Shape Rolling What is Ring Rolling? It is a process in which a hot metal of billet of the thick cylindrical shape of smaller d…
Read moreFrenkel, Schottky,Void,Interstitial Defect explained 1.Lattice Defects /Void defects : Vacancy /Void Defect 2.Interstitial Defect : Interstitial Defects 3.Frenkel Defe…
Read more
Social Plugin