Unanswered Questions

This page lists MaplePrimes questions that have not yet received an answer

How to show the code in file with extension .lib and edit it?

Hello

Am trying to convert a vector projection to matrix type output.

Attached is a sample worksheet.

 

Transformation_matri.mw 

 

  1. 1.    The bending moment M, in a simply supported beam is represented by the formula: (5marks)

 

 M = w x/2 (l-x)

 

Where: w = uniformly distributed load in KN per m

            x = distance from the left hand end of the beam in m 

            l = span of the beam in m 

                 

                 

If  = 4KN per m and  = 5m, calculate the value of  where  = 12KNm

 

Any thoughts on this guys? 

I know this is cheeky but i was wondering if there was anyone out there that would be willing to pretty much do this question for me? i have been at this all night and still not the slightest clue. Any help would be much apprefiated. 

 

  1. 1.    Below are 4 questions that require solving problems by formulating simultaneous equations. Solve each question and explain the method you used. What other methods could be used other than those you have used to solve here. (total 30 marks)

(a)  A penalty clause states that a groundwork’s sub-contractor will forfeit a certain sum of money for each day that they are late in completing a contract (i.e. the sub-contractor gets paid the value of the original contract less any forfeit). If they are 6 days late they receive £5000 if they are 14 days late they receive £3000. (8marks)

  1. a.    Find the amount of the daily forfeit
  2. b.    Determine the value of the original contract.

(b)  The total cost of purchasing 2 excavators, A and B is £30,000. The 2 tonne excavator costs £2,000 more than the 1.5 tonne excavator. Find the individual cost for each excavator. (7marks)

(c)  You are estimating costs for a heat recovery installation. You know that 100m of 100mm dia ducting and 8 bends cost £100 and 150m of 100mm ducting and 10 bends cost £147.50. Find the cost for 1m of ducting and 1 bend. (8marks)

(d)  You are a Site Manager who is organising a lift utilising a tower crane you have on site. You know that the Force (F) in Newtons required to lift a load (W) in Newtons is represented by the equation F = aW + b. You know that a force of 100N lifts a load of 180N and a force of 150N lifts a load of 280N. Find the values of a and b and the force required to lift a load of 500N. (7marks)

I have my cod and I have written in C++. I get the result lower than which I expected between radius of gyration and scaled temperature to find Theta temperature!

 

thanks  for your help

 

Lano

I was asked to transform (x+y)^2+(1)/x+y into ((x+y)^3+1)/x+y, I have tried nomer/denom, but i don't how to factorise the nomer bit into (x+y)^3+1 because maple factorise it differently by default. therefore, it would be grateful if anyone can help me with this...please?

I am trying to run the application "The Cosmic Travel Planner" by Christian Bar (CBaer), uploaded on August 21, 2013 on Maple cloud (Mobius@admin). I use the left panel of GUI where "MapleCloud" is opened. While opening the application GUI asks my permission for running some code automatically. After my 'YES' Maple gives me an error:

Startup Code Error
0, "permission denied: no read access (%1)", "C:\Users\Andriy\MapleLib"

I tried to give the permission to folder "C:\Users\Andriy\MapleLib" however unsuccessfuly.

OS: Win 8

Could you help me with this Error? Thank you.

I've just upgraded from Maple 15 to Maple 17, and discover that I cannot any longer write curly right braces in math mode. I use an international (Norwegian) keyboard, where curly right braces should be available by Ctrl+Alt+=, but nothing happens when I try to write this. I can work my way around it by using Copy and Paste, but this is inelegant, particularly when I want to demonstrate Maple for my class of 400 students.

Looking at older posts, I found this question, which concerns inline evaluation with international keyboard in Maple 16. Inline evaluation works fine for me, using Ctrl+Shift+=. So was this fixed at the expense of Ctrl+Alt+= ?

I would like to find the derivative for f(x)=min(x^2 +1, 2x+3) and plot f(x) and its derivative on the same graph. I know the "diff" command works on functions, but I'm not sure how to use it on this one. Suggestions would be appreciated. Thanks!

Good afternoon sir.

 

I request your kind suggestion to the above cited query.

 

 

 

With thanks & Regards

 

M.Anand

Assistant Professor in Mathematics

SR International Institute of Technology,

Hyderabad, Andhra Pradesh, INDIA.

Hello,

       I have a huge sparse matrix (1.5e6 x 1.5e6) of both symbolic or non-symbolic form. When I export matrix using ExportMatrix command, it is not writing the matrix in order of rows and columns. To further explain the problem,

          Let A be that huge sparse matrix. I am using

                    ExportMatrix("matrix.mtx",A,format=MatrixMarket)

We expect the output to be,

 1 1 0.1

 1 10 0.65

.

.

.

But it is writing the output as

 

100 1 0.25

100 25 0.65

Hence it is not writing in order. What is the way we can force it to write in order? I do understand using for loop will consume more time.

Good afternoon sir.

 

I request you to provide the maple approach to workout Wielandt deflation & Hotelling deflation.

 

 

With thanks & Regards

 

M.Anand

Assistant Professor in Mathematics

SR International Institute of Technology,

Hyderabad, Andhra Pradesh, INDIA.

Dear All,

This's my first post on this website; I'm hoping I can get some useful ideas on how to approach the numerical solution for system of PDE's, with initial and boundary conditions.  I'm using Maple 15.

The PDE is,

pde:={diff(p(r,t),r)-v(r,t)^2/r-g1=0,diff(v(r,t),r$2)+beta*diff(diff(v(r,t),r$2),t)-diff(v(r,t),r)*(1/r)-(beta/r)*diff(diff(v(r,t),r),t) +diff(v(r,t),t)*(beta/r^2)+v(r,t)/r^2+(2/r + C*diff(p(r,t),r))*(diff(v(r,t),r)-v(r,t)/r+beta*diff(diff(v(r,t),r),t)- 1/r * beta*diff(v(r,t),t)-Re*(1+lambda)*exp(1-p(r,t))*diff(v(r,t),t)-(1+lambda)*exp(1-p(r,t))*g2=0};

The initial and boundary conditions are,

IBC:={p(1,t)=k,v(r,0)=0,v(1,t)=sint,v(2,t)=0}

I'm trying to solve and plot,

sol:=pdsolve(pde,IBC,numeric,time=t,range=0..1)

 

but i'm getting an error; (in pdsolve/numeric/match_pdes_bcs) cannot handle systems with multiple pde describing the time dependence of the same dependent variable or having no time dependence

Regards

J. Lee

As of today it does no longer properly load using Firefox, but using IE works

Good afternoon sir,

 

I request you to support me with regard to the above cited subject.

First 282 283 284 285 286 287 288 Last Page 284 of 363