16 Questions 22 Answers 0 Followers
Questions related from Shakeel Ahmed Khan
I want to import MATLAB files to the LATEX document and used the following package: \usepackage{matlab-prettifier} \lstinputlisting[style=Matlab-editor]{my file.m} But its not working. Is there...
05 May 2018 2,546 4 View
I want to combine iterations of below example in one output. syms xA=[2*x x^2;x x^4];d=1:2;[f,g]=size(A);for i=1:fB(i)=subs(A(i,:),'x',d(i));end The above command gives two...
10 October 2017 3,850 2 View
I have a matrix whose entries are symbolic expressions. Can I substitute values row wise or column wise? It is easy to substitute values in different entries but how to substitute row wise or...
02 February 2017 3,768 6 View
While using syms function, can we get entries of a matrix as symbolic expresions in matlab? So that we substitute different values to get different matrices.Can we do so? Mostly working with...
02 February 2017 3,581 2 View
If you get a matrix with symbolic entries(fractions),can it be converted to a numeric matrix(matrix with numeric entries).
02 February 2017 6,363 3 View
e.g. I calculate 4 combinations(i.e.nCr(10,1)=10,nCr(10,2)=45,(10,3)=120,(10,4)=210 using for loop).Can I get these four answers as four entries of a matrix? The command I used is >>...
12 December 2016 10,002 3 View
If I have to calculate 10C4(i.e. nchoosek(10,4)),10C3,10C2,10C1, Can I calculate all these four values using one command? .e.g. in case of factorial If I have to calculate 1! 2! 3! 4! 5!, My...
12 December 2016 5,065 4 View
If I want to work polynomial like bernstein, how it can be coded to differentiate and integrate.This is defined as Bi,n=nCr(n,i)xi(1-x)n-i. If I have to...
10 October 2016 4,205 3 View
How a non linear system of equations be solved if non linearity is due to sine cosine function.
08 August 2016 8,824 7 View
It is easy to solve non linear problems with initial condition.Feeling it difficult to solve non linear problems with two boundary conditions.Any guidance or direction will be appreciated.
05 May 2016 8,767 4 View
I have an interest in differential geometry.
04 April 2014 2,360 8 View
I have its derivation from D Alembert principle.
06 June 2013 8,152 5 View
Does anyone have experience with solving similar problems?
06 June 2013 3,620 7 View
The union and intersection of two measurable sets was easily proved measurable, but now I am having difficulty in proving the above. How do I start?
06 June 2013 2,684 9 View
I am having difficulties in understanding this concept?
06 June 2013 2,984 25 View
Kindly recommend me a good book on Programming Language C++ for mathematics students, which have problems from maths. I think mathematics students can learn well if they have books on C++ with...
01 January 1970 9,132 3 View