Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Arnab Bose

Arnab Bose

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • MBD-BASICS
  • SOLIDWORKS-MBD
  • CFD-BASICS
  • SOLIDWORKS-FLOW-SIMULATION-BASICS
  • PYTHON-BASICS
  • NUMERICAL-ANALYSIS

Introduction

Mechanical Engineering Student

25 Projects

Creation of a Row and Column Vector in MATLAB

Objective:

Aim:    To create a row and a column vector in the commands in MATLAB The objective of this project:     The main objective of this project is the creation of a program to implement row and column vector in MATLAB. Brief Content of this Project:        In this…

calendar

02 May 2020 12:54 AM IST

  • MATLAB
Read more

Calculation of drag force in MATLAB

Objective:

Aim:     To calculate drag force on a bicycle by MATLAB program Governing equation:     Equation that play main role to calculate drag force is given below:                             …

calendar

03 May 2020 01:42 AM IST

Read more

Simulation of Forward Kinematics of 2R robotic arm by MATLAB programming

Objective:

Aim:- To simulate the forward kinematics of 2R robotic arm in MATLAB programming Governing equations:- Equations those play main role in simulation of the robot arm is given below:- x1= l1*cosd(phi1) y1= l1*sind(phi1) x2= x1+l2*cosd(phi2) y2=y1+l2*sind(phi2) where,  (x1,y1)=coordinates of the end points (x2,y2)= coordinates…

calendar

01 Jun 2020 07:37 AM IST

Read more

Calculation of Thermal Efficiency of a engine and plotting of Otto cycle in MATLAB programming

Objective:

Aim:-   To plot Otto cycle and calculate thermal efficiency of the engine by MATLAB programming. Governing equations:- Equation that play main role to fulfill the aim of this project:-     (v/v_c)=1+1/2(r_c-1)[R+1-cos_theta-(R^2-sin^2_theta)^0.5] i.e change in volume due to various processes. where,  …

calendar

02 Jun 2020 07:35 PM IST

Read more

Solution of second order ODE and animation of motion of a pendulum by MATLAB programming

Objective:

Aim:- To solve second order ODE and animate the motion of the pendulum by MATLAB programming Governing equation:-   Equation that play main role to solve second order ODE:-       dtheta/dt2+b/m d2theta/dt+g/L sintheta=0    where,          m=mass of the pendulum,…

calendar

04 Jun 2020 06:10 PM IST

Read more

Week 3 - Solving second order ODEs

Objective:

https://skill-lync.com/projects/solution-of-second-order-ode-and-animation-of-motion-of-a-pendulum-by-matlab-programming

calendar

04 Jun 2020 06:02 PM IST

    Read more

    Linear and Cubic Polynomial Curve Fitting by MATLAB programming

    Objective:

    Aim:-      To write a code for the fitting of a linear and cubic polynomial by MATLAB programming Objectives:-        The main objective of this project is to perform curve fitting using MATLAB programming Brief Theory:-    Curve Fitting:-  It is nothing…

    calendar

    13 Jun 2020 08:00 AM IST

    Read more

    Implementation of Genetic Algorithm in MATLAB Programming

    Objective:

    Aim:-  To calculate global maxima of a stalagmite function by MATLAB programming Governing Equations:- Equations those play the main role in this project:   Basically in this project stalagmite function is used to implement the equations. f(x,y)=f1x*f1y*f2x*f2y f1x=(sin(5.1`pi`x +0.5))^6 `f2x=exp(-4ln2(x-0.0667)^2/0.64)`…

    calendar

    14 Jun 2020 08:05 AM IST

    Read more

    Week 4 - Genetic Algorithm

    Objective:

    https://skill-lync.com/projects/implementation-of-genetic-algorithm-in-matlab-programming

    calendar

    14 Jun 2020 08:08 AM IST

      Read more

      Parsing of NASA Thermodynamic File using MATLAB programming

      Objective:

      Aim:-   To parse NASA Thermodynamic data by MATLAB programming Governing Equations:- Thermodynamic properties equations those play main roles: Cp/R= a1+a2T+a3T^2+a4T^3+a5T^4H/RT=a1+a2T/2+a3T^2/3+a4T^3/4+a5T^4/5+a6/TS/R=a1lnT+a2T+a3T^2/2+a4T^3/3+a5T^4/4+a7 where R=universal gas constant T=temperature Cp=specific…

      calendar

      16 Jun 2020 05:41 AM IST

      Read more

      Project 1 - Parsing NASA thermodynamic data

      Objective:

      https://skill-lync.com/projects/parsing-of-nasa-thermodynamic-file

      calendar

      16 Jun 2020 05:21 AM IST

        Read more

        Creation of a Rankine Cycle Simulator using MATLAB programming

        Objective:

        Aim:- To create a Rankine cycle simulator by MATLAB programming Governing equations:-  Equations those play main role: W_T=m(h1-h2)K Q_r=m(h2-h3)K W_p=m(h3-h4)K Q_b=m(h1-h4)K where W=Work produced              Q=Heat required             …

        calendar

        16 Jun 2020 06:00 PM IST

        Read more

        Project 2 - Rankine cycle Simulator

        Objective:

        https://skill-lync.com/projects/creation-of-a-rankine-cycle-simulator-using-matlab-programming

        calendar

        16 Jun 2020 06:03 PM IST

          Read more

          Calculation of Drag Force on a bicycle by PYTHON program

          Objective:

          Aim:     To calculate drag force on a bicycle by PYTHON program Governing equation:     Equation that play main role to calculate drag force is given below:                              f_d=0.5*rho*A*v^2*c_d…

          calendar

          18 Jun 2020 04:05 PM IST

          Read more

          Simulation of Forward Kinematics of 2R robotic arm by PYTHON programming

          Objective:

          Aim:- To simulate the forward kinematics of 2R robotic arm by PYTHON programming Governing equations:- Equations those play main role in simulation of the robot arm is given below:- x1= l1*cosd(phi1) y1= l1*sind(phi1) x2= x1+l2*cosd(phi2) y2=y1+l2*sind(phi2) where,  (x1,y1)=coordinates of the end points (x2,y2)= coordinates…

          calendar

          23 Jun 2020 05:03 AM IST

          Read more

          Calculation of Thermal Efficiency of a engine and plotting of Otto cycle in PYTHON programming

          Objective:

          Aim:-   To plot the Otto cycle and calculate the thermal efficiency of the engine by PYTHON programming. Governing equations:- Equation that play main role to fulfill the aim of this project:-     (v/v_c)=1+1/2(r_c-1)[R+1-cos_theta-(R^2-sin^2_theta)^0.5] i.e change in volume due to various processes.…

          calendar

          24 Jun 2020 10:29 AM IST

          Read more

          Week 2 Air standard Cycle

          Objective:

          https://skill-lync.com/projects/calculation-of-thermal-efficiency-of-a-engine-and-plotting-of-otto-cycle-in-python-programming

          calendar

          24 Jun 2020 10:31 AM IST

            Read more

            Solution of second order ODE and animation of motion of a pendulum by PYTHON programming

            Objective:

            Aim:- To solve second order ODE and animate the motion of the pendulum by PYTHON programming Governing equation:-   Equation that play main role to solve second order ODE:-       dtheta/dt2+b/m d2theta/dt+g/L sintheta=0    where,          m=mass of the pendulum,…

            calendar

            27 Jun 2020 05:33 AM IST

            Read more

            Week 3 - Solving second order ODEs

            Objective:

            https://skill-lync.com/projects/solution-of-second-order-ode-and-animation-of-motion-of-a-pendulum-by-python-programming

            calendar

            27 Jun 2020 05:35 AM IST

              Read more

              Constraint minimization by lagrange multipliers

              Objective:

              Aim:-To minimize a given function using Lagrange Multipliers Governing Equation:- `f=5-(x-2)^2-2(y-1)^2` Objective:- The main objective of this challenge is to minimize the given function by the equation given using Lagrange multiplier that we are calling constraint minimization Brief Theory:- Lagrange Multiplier:-…

              calendar

              01 Jul 2020 04:50 PM IST

                Read more

                Breaking ice with air cushion vehicle by python programming

                Objective:

                Aim:-  To find minimum pressure with the Newton raphson method using PYTHON programming. Governing Equation:-         `p^3(1-beta^2)+(0.4hbeta^2-((sigmah^2)/r^2))p^2+((sigma^2h^4)/(3r^4)p)-((sigmah^2)/(3r^2))^3=0` where p=pressure of cushion           h=icefield…

                calendar

                05 Jul 2020 10:11 AM IST

                Read more

                Linear and Cubic Polynomial Curve Fitting by PYTHON programming

                Objective:

                Aim:-      To write a code for the fitting of a linear and cubic polynomial by PYTHON programming Objectives:-        The main objective of this project is to perform curve fitting using PYTHON programming Brief Theory:-    Curve Fitting:-  It is nothing…

                calendar

                05 Jul 2020 11:09 AM IST

                Read more

                Week 5 - Curve fitting

                Objective:

                https://skill-lync.com/projects/linear-and-cubic-polynomial-curve-fitting-by-python-programming

                calendar

                05 Jul 2020 11:10 AM IST

                  Read more

                  Data Analysis by PYTHON programming

                  Objective:

                  Aim:- To analyze data using Python programming Governing Equation:-  Work Done=(area/1000)*pow(10,6) Power Output=2*(math.pi)*1500*area/60 Fuel Consumption Per Hour=FC*1500*60 Specific Fuel Cnsumption=FCH/power Objective:- The main objective of this project is 1) to calculate the area under the PV diagram…

                  calendar

                  10 Jul 2020 05:15 AM IST

                    Read more

                    Week 6 - Data analysis

                    Objective:

                    https://skill-lync.com/projects/data-analysis-by-python-programming

                    calendar

                    10 Jul 2020 05:18 AM IST

                      Read more
                      Showing 1 of 25 projects

                      2 Course Certificates

                      certificate

                      MATLAB for Mechanical Engineers

                      CertificateIcon
                      Certificate UID: utj1qym2bv93wle8
                      View Certificate
                      certificate

                      Python for Mechanical Engineers

                      CertificateIcon
                      Certificate UID: am2hlip384toxwnb
                      View Certificate
                      Showing 1 of 2 certificates

                      1 Workshop Certificates

                      certificate

                      PLM for automotive industry

                      CertificateIcon
                      Certificate UID: 1e6aktsu8r
                      View Certificate
                      Showing 1 of 1 certificates

                      Academic Qualification

                      B.Tech

                      Narula Institute of Technology

                      05 Sep 2019 - 23 Apr 2023

                      12th

                      Hare School , Kolkata

                      01 Sep 2016 - 02 Aug 2018

                      10th

                      Sanskrit Collegiate School, Kolkata

                      05 May 2015 - 06 Apr 2016

                      Schedule a counselling session

                      Please enter your name
                      Please enter a valid email
                      Please enter a valid number

                      Here are the courses that I have enrolled

                      coursecard
                      4.7

                      5 Hours of Content

                      coursecard
                      4.7

                      4 Hours of Content

                      Similar Profiles

                      Apoorv Ranjan
                      Apoorv Ranjan

                      Ladder of success cannot be climbed with hands in pocket.

                      Pruthvi Jagadeesh GK
                      Pruthvi Jagadeesh GK

                      The Future in Motion

                      Krantiveer .
                      Krantiveer .

                      Give more than what you get you will get more than what you gave